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_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"short_name": "CyberGhost",
"author": "CyberGhost VPN",
"version": "2.0.0",
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"options_page": "options.html",
"action": {
"default_icon": {
"16": "icon_16.png",
"19": "icon_16.png",
"38": "icon_32.png",
"128": "icon_128.png"
},
"default_popup": "index.html",
"default_title": "CyberGhost Cookie Cleaner"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"cookies",
"history",
"browsingData",
"contextMenus",
"notifications",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/css\/*",
"assets\/js\/*",
"assets\/fonts\/*"
],
"matches": [],
"extension_ids": [],
"use_dynamic_url": true
}
]
}