Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Kaizen Flow",
"name": "Kaizen Flow - Pomodoro Timer (new tab)",
"version": "2.4",
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/kaizenflow.co\/*"
],
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"open_in_tab": true
}
}