mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-10 18:42:27 +00:00
Add popup that allows modifying the config url
This commit is contained in:
@@ -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/*"]
|
||||
|
Reference in New Issue
Block a user