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": "LayerVPN",
"description": "The LayerVPN Extension for Google Chrome.",
"version": "1.0.1",
"manifest_version": 3,
"background": {
"service_worker": "scripts\/background\/main.js",
"type": "module"
},
"action": {
"default_icon": "images\/icon-128x128.png",
"default_popup": "pages\/popup\/index.html"
},
"icons": {
"16": "images\/icon-16x16.png",
"32": "images\/icon-32x32.png",
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
},
"permissions": [
"proxy",
"webRequest",
"webRequestAuthProvider",
"storage",
"identity"
],
"host_permissions": [
"<all_urls>"
],
"oauth2": {
"client_id": "917691776673-qteghutsicnk8kbm9p55k3mriom0t0gq.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
}