Compare commits
No commits in common. "12a5d68e3c61b0faf3b0ce63a745767ee39ac85f" and "781511be3c684f4b8b9aae1dd784e25bdad59eed" have entirely different histories.
12a5d68e3c
...
781511be3c
@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"host_permissions": ["http://*/*", "https://*/*"],
|
"host_permissions": ["http://*/*", "https://*/*"],
|
||||||
"permissions": ["contextMenus", "declarativeNetRequest", "storage", "webRequest"],
|
"permissions": ["contextMenus", "declarativeNetRequest", "scripting", "storage", "webRequest"],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
{
|
{
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
|
@ -72,6 +72,12 @@ const requestManager = new RequestManager();
|
|||||||
*/
|
*/
|
||||||
const settingsMenuItemId = 'CDM-SETTINGS';
|
const settingsMenuItemId = 'CDM-SETTINGS';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @description A shortcut for browser.scripting
|
||||||
|
* @type {browser.scripting}
|
||||||
|
*/
|
||||||
|
const script = browser.scripting;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description Default value for extension state
|
* @description Default value for extension state
|
||||||
* @type {ExtensionState}
|
* @type {ExtensionState}
|
||||||
|
@ -35,8 +35,12 @@
|
|||||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.2.xpi"
|
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.2.xpi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "8.0.5",
|
"version": "8.0.3",
|
||||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.5.xpi"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
BIN
packages/web/src/releases/mozilla-mobile/8.0.3.xpi
Normal file
BIN
packages/web/src/releases/mozilla-mobile/8.0.3.xpi
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -35,8 +35,12 @@
|
|||||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.2.xpi"
|
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.2.xpi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "8.0.5",
|
"version": "8.0.3",
|
||||||
"update_link": "https://www.cookie-dialog-monster.com/releases/mozilla-mobile/8.0.5.xpi"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user