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",
"version": "2.0.0",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"homepage_url": "https:\/\/hide.me\/",
"icons": {
"16": "images\/icon16.png",
"128": "images\/icon128.png"
},
"permissions": [
"alarms",
"proxy",
"privacy",
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/188.166.142.39\/*",
"https:\/\/raw.githubusercontent.com\/*",
"https:\/\/hide.me\/*",
"https:\/\/*.hide.me\/*"
],
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"action": {
"default_icon": "images\/icon16.png",
"default_title": "__MSG_ext_default_title__",
"default_popup": "popup.html"
},
"minimum_chrome_version": "92"
}