Popup runs popup.js
This commit is contained in:
@@ -27,7 +27,8 @@
|
|||||||
"32": "icon/book-download-32.png",
|
"32": "icon/book-download-32.png",
|
||||||
"64": "icon/book-download-64.png"
|
"64": "icon/book-download-64.png"
|
||||||
},
|
},
|
||||||
"default_title": "Hunt Safari Online"
|
"default_title": "Hunt Safari Online",
|
||||||
|
"default_popup": "popup.html"
|
||||||
},
|
},
|
||||||
|
|
||||||
"background": {
|
"background": {
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script type="module" src="safarihunt.js"></script>
|
<script type="module" src="popup.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
|
Popup.
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user