Inspect and view changes in WTM Octal to Hexadecimal 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
{
"manifest_version": 3,
"name": "WTM Octal to Hexadecimal",
"version": "1.0",
"description": "A simple and easy-to-use Octal to Hexadecimal extension.",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "assets/images/icon-16.png",
"32": "assets/images/icon-32.png",
"48": "assets/images/icon-48.png",
"128": "assets/images/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "wtmoctaltohexadecimal_webmateapp@gmail.com"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}