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",
"name": "cLock Countdown Timer",
"version": "1.0",
"description": "A timer that can be locked so it cannot be paused or cancelled",
"manifest_version": 3,
"permissions": [
"offscreen",
"storage"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "logo_16.png",
"48": "logo_48.png",
"128": "logo_128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "cLock Countdown Lock"
}
}