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 happiness",
"description": "Countdown timer to a pleasant event on a certain date. Your inspiration and commitment to success",
"version": "0.9",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"icons": {
"128": "assets\/imgs\/icon.png"
}
}