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", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "0.2", "default_locale": "en", "background": { "service_worker": "js\/sw.js" }, "permissions": [ "proxy", "storage" ], "host_permissions": [ "https:\/\/ifconfig.co\/json", "https:\/\/ip.seeip.org\/geoip", "https:\/\/ipapi.co\/json\/", "https:\/\/api.myip.com\/", "https:\/\/voidboost.cc\/", "https:\/\/rezka.ag\/" ], "icons": { "32": "\/assets\/images\/default\/icon32.png", "128": "\/assets\/images\/default\/icon128.png" }, "action": { "default_title": "__MSG_name__", "default_popup": "\/assets\/popup.html", "default_icon": { "16": "\/assets\/images\/default\/icon16.png", "24": "\/assets\/images\/default\/icon24.png", "32": "\/assets\/images\/default\/icon32.png" } } }