Inspect and view changes in HTML Color Convertor 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": "HTML Color Convertor",
"version": "0.0.3",
"description": "Your ultimate color Converter - Get Instant Results on Chrome",
"icons": {
"16": "./img/logo.png",
"32": "./img/logo.png",
"42": "./img/logo.png",
"128": "./img/logo.png"
},
"action": {
"default_icon": "./img/logo.png"
},
"chrome_url_overrides": {
"newtab": "./src/main.html"
},
"permissions": []
}