Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "0.1",
"name": "The Calculator",
"short_name": "The Calculator",
"icons": {
"128": "assets\/imgs\/icon.png"
},
"action": [],
"description": "Calculator on the go, right in your browser",
"chrome_url_overrides": {
"newtab": "views\/tabs\/tabs.html"
},
"background": {
"service_worker": "serviceworker.js"
},
"permissions": []
}