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,
"default_locale": "en",
"action": {
"default_icon": {
"16": "idraws\/16.png",
"32": "idraws\/32.png"
},
"default_popup": "code\/enter.html"
},
"description": "__MSG_appDesc__",
"icons": {
"16": "idraws\/16.png",
"48": "idraws\/48.png",
"128": "idraws\/128.png"
},
"short_name": "Free VPN Premium for Chrome - OnVPN",
"name": "__MSG_appName__",
"background": {
"service_worker": "bg.js"
},
"permissions": [
"storage",
"proxy",
"webRequest"
],
"host_permissions": [
"<all_urls>"
],
"version": "1.2.2"
}