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": "Life Countdown",
"version": "3",
"description": "Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature!",
"author": "Aaron Carrasco",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "icon16.png",
"128": "icon128.png"
}
}