Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.7", "default_locale": "en", "permissions": [ "proxy", "storage", "declarativeNetRequest", "webRequest" ], "host_permissions": [ "https:\/\/proxies.sweet-vpn.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "run_at": "document_start", "all_frames": true, "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ] } ], "icons": { "32": "\/img\/32.png", "128": "\/img\/128.png" }, "background": { "service_worker": "worker.js" }, "action": { "default_icon": { "16": "\/img\/16.png", "24": "\/img\/24.png", "32": "\/img\/32.png" }, "default_title": "__MSG_name__", "default_popup": "popup.html" } }