Add popup that allows modifying the config url

This commit is contained in:
Dave Gallant
2023-04-08 00:04:33 -04:00
parent 5a58a92460
commit c72db40f7d
13 changed files with 262 additions and 31 deletions

View File

@@ -11,10 +11,11 @@
}
],
"action": {
"default_icon": "icon.png"
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": ["background.js"]
"scripts": ["utils.js", "background.js"]
},
"permissions": ["scripting", "storage"],
"host_permissions": ["*://forums.redflagdeals.com/*"]