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": "Focus Ninja - Boost Productivity with Pomodoro",
"version": "1.1",
"description": "Focus Ninja gives your new tab a fresh look with a Pomodoro timer, to-do list, lofi music, and custom sessions for better focus.",
"icons": {
"128": "icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"minimum_chrome_version": "92",
"action": {
"default_icon": "icon128.png",
"default_title": "Focus Ninja"
},
"chrome_url_overrides": {
"newtab": "popup.html"
}
}