{ "manifest_version": 3, "name": "LocalCDN", "version": "3.0.0", "browser_specific_settings": { "gecko": { "id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}", "strict_min_version": "109.0" } }, "author": "nobody", "default_locale": "en_US", "description": "__MSG_extensionDescription__", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "96": "icons/icon96.png", "128": "icons/icon128.png" }, "permissions": [ "privacy", "storage", "webNavigation", "webRequest", "webRequestBlocking" ], "host_permissions": [ "" ], "action": { "default_icon": { "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" }, "default_popup": "pages/popup/popup.html", "browser_style": false }, "background": { "scripts": [ "core/constants.js", "core/storage-manager.js", "modules/internal/wrappers.js", "modules/internal/targets.js", "modules/internal/helpers.js", "modules/internal/stats.js", "modules/internal/log.js", "core/resources.js", "core/mappings.js", "core/shorthands.js", "core/request-sanitizer.js", "core/state-manager.js", "core/request-analyzer.js", "core/file-guard.js", "core/messenger.js", "core/interceptor.js", "core/manipulate-dom.js", "core/main.js" ] }, "options_ui": { "page": "pages/options/options.html", "open_in_tab": true }, "web_accessible_resources": [{ "resources": ["resources/*"], "matches": [""] }], "content_security_policy": { "extension_pages": "default-src 'self'; img-src 'self' data:" }, "commands": { "_execute_browser_action": {} } }