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_extName__",
"version": "1.2.3",
"description": "__MSG_extDescription__",
"default_locale": "en",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';"
},
"permissions": [
"proxy",
"storage",
"alarms",
"webRequest",
"webRequestAuthProvider",
"notifications",
"identity",
"privacy"
],
"host_permissions": [
"https:\/\/api.les-vpn.com\/*",
"https:\/\/accounts.google.com\/*",
"https:\/\/appleid.apple.com\/*",
"<all_urls>"
],
"oauth2": {
"client_id": "690181917087-lcfprt42lbcr9cqfjql3h82stkb4jdk9.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"background": {
"service_worker": "background\/service-worker.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
}