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": "FocusButton AI", "version": "26.10.3", "description": "The mindful productivity app combining focus timers with mood tracking", "permissions": [ "storage", "notifications", "alarms", "offscreen", "identity" ], "host_permissions": [], "content_scripts": [], "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_title": "FocusButton" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background-worker.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "icons\/*", "offscreen.html", "offscreen.js", "index.html", "popup.html", "timer-end.mp3", "birds.mp3" ], "matches": [ "chrome-extension:\/\/${chrome.runtime.id}\/*" ] } ] }