Compare commits
2 Commits
781511be3c
...
12a5d68e3c
Author | SHA1 | Date | |
---|---|---|---|
12a5d68e3c | |||
59b4c4334e |
@ -36,7 +36,7 @@
|
||||
}
|
||||
],
|
||||
"host_permissions": ["http://*/*", "https://*/*"],
|
||||
"permissions": ["contextMenus", "declarativeNetRequest", "scripting", "storage", "webRequest"],
|
||||
"permissions": ["contextMenus", "declarativeNetRequest", "storage", "webRequest"],
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"matches": ["http://*/*", "https://*/*"],
|
||||
|
@ -72,12 +72,6 @@ const requestManager = new RequestManager();
|
||||
*/
|
||||
const settingsMenuItemId = 'CDM-SETTINGS';
|
||||
|
||||
/**
|
||||
* @description A shortcut for browser.scripting
|
||||
* @type {browser.scripting}
|
||||
*/
|
||||
const script = browser.scripting;
|
||||
|
||||
/**
|
||||
* @description Default value for extension state
|
||||
* @type {ExtensionState}
|
||||
|
@ -35,12 +35,8 @@
|
||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.2.xpi"
|
||||
},
|
||||
{
|
||||
"version": "8.0.3",
|
||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.3.xpi"
|
||||
},
|
||||
{
|
||||
"version": "8.0.4",
|
||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.4.xpi"
|
||||
"version": "8.0.5",
|
||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.5.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -35,12 +35,8 @@
|
||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.2.xpi"
|
||||
},
|
||||
{
|
||||
"version": "8.0.3",
|
||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.3.xpi"
|
||||
},
|
||||
{
|
||||
"version": "8.0.4",
|
||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.4.xpi"
|
||||
"version": "8.0.5",
|
||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.5.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user