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