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",
"name": "Cloudy Calculator",
"version": "1.0.15",
"description": "An Updated & Revived Cloudy Calculator",
"manifest_version": 3,
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_icon": {
"19": "icons\/19.png"
},
"default_title": "Cloudy Calculator",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
}