Inspect and view changes in Percent Calculator 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": "Percent Calculator",
"description": "Calculate the percent of a number, what percent a number is of another, and percent change with this tool.",
"version": "1.0",
"icons": {
"16": "images/TCLogo16.png",
"32": "images/TCLogo32.png",
"48": "images/TCLogo48.png",
"128": "images/TCLogo128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_icon": {
"16": "images/TCLogo16.png",
"32": "images/TCLogo32.png",
"48": "images/TCLogo48.png",
"128": "images/TCLogo128.png"
},
"default_popup": "./popup/popup.html"
}
}