Calculate marketplace ACA health insurance plans quickly with this free calculator.
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": "Marketplace Calculator",
"version": "2.1",
"description": "",
"permissions": [
"storage"
],
"icons": {
"36": "icons/36X36.png",
"48": "icons/48X48.png",
"72": "icons/72X72.png",
"96": "icons/96X96.png",
"144": "icons/144X144.png",
"192": "icons/192X192.png",
"512": "icons/512X512.png"
},
"action": {
"default_title": "Marketplace Calculator",
"default_icon": "icons/48X48.png",
"default_popup": "popup/content.html"
}
}