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": "Count-Down Timer",
"description": "This extension is a timer that will count down from the selected time to zero.",
"version": "1.0",
"action": {
"default_popup": "count.html",
"default_icon": {
"16": "icons\/icon16_padded.png",
"48": "icons\/icon48_padded.png",
"128": "icons\/icon128_padded.png"
}
},
"permissions": [
"storage"
]
}