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, "version": "0.2.3", "name": "WorkingVPN - A VPN that just works", "description": "WorkingVPN Proxy service to unblock blocked websites and encrypt your connection.", "content_security_policy": { "extension_pages": "default-src 'self'; object-src 'self'; connect-src http: https: ws:;" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*" ] }, "incognito": "spanning", "permissions": [ "proxy", "privacy", "storage", "management", "notifications", "webRequest", "webRequestAuthProvider" ], "host_permissions": [ "<all_urls>" ], "optional_permissions": [], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_icon": "assets\/icons\/icon-disconnected.png", "default_title": "WorkingVPN - Disconnected", "default_popup": "src\/index.html" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }