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": "Motivation Timer",
"version": "1.03",
"description": "A motivational countdown timer for your goals",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "assets\/icon16.png",
"19": "assets\/icon19.png",
"32": "assets\/icon32.png",
"38": "assets\/icon38.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
}
}