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", "short_name": "WikiVPN", "description": "__MSG_extDesc__", "author": "__MSG_extName__", "version": "1.3.3", "default_locale": "en", "icons": { "128": "icon128.png" }, "permissions": [ "proxy", "storage", "webRequest", "webRequestAuthProvider" ], "manifest_version": 3, "name": "__MSG_extName__", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.bundle.js" }, "host_permissions": [ "<all_urls>" ] }