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 \ud83c\udf52",
"version": "26.10.94",
"description": "AI-powered Pomodoro timer with task management and mood tracking. Stay focused, productive, and mindful while you work.",
"permissions": [
"storage",
"sidePanel",
"tabs",
"contextMenus",
"cookies"
],
"host_permissions": [
"https:\/\/*.chrry.ai\/*",
"https:\/\/chrry.dev\/*"
],
"action": {
"default_title": "Focus"
},
"icons": {
"16": "icons\/focus-icon-16.png",
"32": "icons\/focus-icon-32.png",
"48": "icons\/focus-icon-48.png",
"128": "icons\/focus-icon-128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"side_panel": {
"default_path": "index.html"
}
}