Popup runs popup.js

This commit is contained in:
Vahagn Khachatryan
2019-01-27 23:53:14 +00:00
parent 4d4102e8ee
commit 3b73e8c107
2 changed files with 6 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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>