Inspect and view changes in WTM Hexadecimal to Octal 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 Hexadecimal to Octal",
"version": "1.0",
"description": "A simple and easy-to-use Hexadecimal to Octal 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": "wtmhexadecimaltooctal_webmateapp@gmail.com"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}