Inspect and view changes in a11y color tools source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "a11y color tools",
"version": "1.2.0",
"description": "a11y color tools",
"author": "Brett Harris",
"action": {
"default_title": "a11y color tools",
"default_icon": "logo_default.png"
},
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"permissions": [
"debugger",
"sidePanel",
"storage"
],
"icons": {
"16": "logo_16.png",
"32": "logo_32.png",
"48": "logo_48.png",
"128": "logo_128.png"
}
}