Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Discount Tax Commission Profit",
"version": "1.2",
"description": "Calculate Unit Price, Commission, Selling Price after Profit from Discount and Tax",
"icons": {
"16": "percentage.png",
"48": "percentage.png",
"128": "percentage.png"
},
"action": {
"default_popup": "calc.html",
"default_icon": "percentage.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
}
}