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,
"name": "__MSG_name__",
"short_name": "VPN",
"version": "3.0.0",
"description": "__MSG_desc__",
"default_locale": "en",
"action": {
"default_popup": "\/popup.html",
"default_title": "__MSG_title__"
},
"icons": {
"16": "asset\/logo16.png",
"48": "asset\/logo48.png",
"128": "asset\/logo128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"proxy",
"alarms",
"management"
],
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"background": {
"service_worker": "background.js"
}
}