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 - A Simple Count Down Timer With Alarm",
"description": "A simple countdown timer chrome extension. Enter the duration, select minutes or hours and hit start.",
"version": "1.0.1",
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": "128-128.png"
},
"permissions": [
"tabs"
]
}