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_appName__",
"short_name": "__MSG_shortName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.2",
"icons": {
"16": "icon-off-16.png",
"32": "icon-off-32.png",
"64": "icon-off-64.png",
"128": "icon-off-128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "icon-off-128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"oauth2": {
"client_id": "606061294400-7c768g32oo6jkl59jh5aiuahr055frvf.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"permissions": [
"proxy",
"storage",
"activeTab",
"webRequest",
"webRequestAuthProvider",
"cookies",
"windows",
"tabs",
"identity"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"externally_connectable": {
"matches": [
"https:\/\/matrena.net\/*",
"https:\/\/kakadu-vpn.com\/*",
"https:\/\/kakadu.ae\/*",
"https:\/\/api.matrena.net\/*",
"https:\/\/api.matrena-vpn.com\/*",
"https:\/\/api.kakadu-vpn.com\/*"
]
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"https:\/\/kakadu-vpn.com\/*",
"https:\/\/matrena.net\/*",
"https:\/\/api.matrena-vpn.com\/*",
"https:\/\/kakadu.ae\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
}