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": "Countdown Timer Pro",
"version": "1.0",
"description": "A persistent countdown timer with background notifications",
"permissions": [
"storage",
"alarms",
"notifications"
],
"action": {
"default_popup": "popup.html",
"default_title": "Countdown Timer Pro"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"48": "icon-48.png"
}
}