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",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": "highcontrast-19.png",
"default_popup": "popup.html",
"default_title": "__MSG_HIGHCONTRAST_APPNAME__",
"default_description": "__MSG_HIGHCONTRAST_APPDESC__"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"highcontrast.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"common.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "en",
"description": "__MSG_HIGHCONTRAST_APPDESC__",
"icons": {
"16": "highcontrast-16.png",
"48": "highcontrast-48.png",
"128": "highcontrast-128.png"
},
"manifest_version": 3,
"name": "__MSG_HIGHCONTRAST_APPNAME__",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"tabs",
"scripting",
"storage"
],
"version": "2.0"
}