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,
"name": "Countdown Timer",
"version": "2.0.1",
"description": "Counts down until a specified date and time",
"icons": {
"30": "icons\/countdown30.png",
"48": "icons\/countdown.png",
"128": "128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icons\/countdown.png",
"default_title": "Countdown",
"default_popup": "popup\/popup.html"
},
"permissions": [
"storage"
]
}