Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EOF Proxy Extension", "description": "Proxy management app", "version": "1.1", "manifest_version": 3, "icons": { "16": "img\/grayscalse-icon-16.png", "32": "img\/grayscalse-icon-32.png", "48": "img\/grayscalse-icon-48.png", "128": "img\/grayscalse-icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/grayscalse-icon-48.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-21281b59.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/grayscalse-icon-16.png", "img\/grayscalse-icon-32.png", "img\/grayscalse-icon-48.png", "img\/grayscalse-icon-128.png" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/chunk-5135a214.js" ], "use_dynamic_url": true } ], "permissions": [ "storage", "proxy", "webRequest", "webRequestAuthProvider", "browsingData", "<all_urls>" ], "host_permissions": [ "<all_urls>" ] }