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": "0.8", "default_locale": "en", "permissions": [ "proxy", "storage", "declarativeNetRequest", "webRequest" ], "icons": { "32": "img\/icon32.png", "128": "img\/icon128.png" }, "background": { "service_worker": "scripts\/bg.js" }, "action": { "default_icon": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png" }, "default_title": "__MSG_name__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ "https:\/\/proxies.sweet-vpn.com\/*", "<all_urls>" ] }