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 Zone Timer",
"version": "1.0.0",
"description": "Create focused work sessions with ambient sounds and smart Pomodoro timer. Boost productivity with personalized focus zones.",
"permissions": [
"storage"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"default_popup": "popup.html",
"default_title": "Focus Zone Timer"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; connect-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/ambient\/*.ogg"
],
"matches": [
"<all_urls>"
]
}
]
}