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": "1.1",
"description": "Shows a countdown with a GitHub-style grid background.",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_popup": "index.html",
"default_icon": "chai.png"
},
"icons": {
"128": "chai.png"
}
}