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": "Simple Timer",
"icons": {
"128": "timerImage128.png"
},
"author": "[email protected]",
"description": "Simple Timer provides a simple and intuitive way to allocate your time wisely.",
"action": {
"default_icon": {
"48": "timerLogo48.png"
},
"default_popup": "index.html"
},
"permissions": [
"storage",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"version": "1.0.0"
}