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": "__MSG_title__", "description": "__MSG_title__", "version": "1.3.2", "manifest_version": 3, "minimum_chrome_version": "99.0.0", "default_locale": "en", "icons": { "16": "assets\/img\/32.png", "128": "assets\/img\/128.png" }, "action": { "default_icon": "assets\/img\/32.png", "default_title": "__MSG_name__", "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "host_permissions": [ "<all_urls>" ], "homepage_url": "https:\/\/astarvpn.com\/index.html", "permissions": [ "proxy", "webRequest", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback", "privacy", "management", "storage", "unlimitedStorage", "tabs", "alarms", "notifications" ] }