LocalCDN-Firefox-Chrome-Brave/manifest.json

64 lines
1.4 KiB
JSON
Raw Normal View History

2020-02-27 13:45:29 +01:00
{
"manifest_version": 2,
2020-05-30 11:00:25 +02:00
"name": "LocalCDN",
2023-01-05 19:05:27 +01:00
"version": "2.6.45",
2020-03-13 17:51:50 +01:00
"browser_specific_settings": {
"gecko": {
2020-03-13 18:13:54 +01:00
"id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",
"strict_min_version": "86.0"
2020-03-13 17:51:50 +01:00
}
},
2020-02-27 13:45:29 +01:00
"author": "nobody",
"default_locale": "en_US",
"description": "__MSG_extensionDescription__",
"icons": {
2020-07-08 17:03:06 +02:00
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
2020-02-27 13:45:29 +01:00
},
"permissions": [
"*://*/*",
"privacy",
"storage",
"webNavigation",
"webRequest",
"webRequestBlocking"
],
"background": {
"page": "pages/background/background.html"
},
"browser_action": {
"default_icon": {
2020-07-12 09:55:48 +02:00
"16": "icons/action/default/icon16-default.png",
"18": "icons/action/default/icon18-default.png",
"19": "icons/action/default/icon19-default.png",
"32": "icons/action/default/icon32-default.png",
"36": "icons/action/default/icon36-default.png",
"38": "icons/action/default/icon38-default.png",
"64": "icons/action/default/icon64-default.png"
2020-02-27 13:45:29 +01:00
},
"default_popup": "pages/popup/popup.html",
"browser_style": false
},
"options_ui": {
"page": "pages/options/options.html",
"open_in_tab": true
2020-02-27 13:45:29 +01:00
},
"web_accessible_resources": [
"resources/*"
2021-04-12 07:14:08 +02:00
],
2021-04-16 06:31:02 +02:00
2022-03-31 06:06:14 +02:00
"content_security_policy": "default-src 'self'; img-src 'self' data:",
2021-08-17 18:50:33 +02:00
"commands": { "_execute_browser_action": {} }
2021-04-12 07:14:08 +02:00
2020-02-27 13:45:29 +01:00
}