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",
"manifest_version": 3,
"name": "Pomodoro Grande: Advanced Productivity Timer",
"short_name": "Pomodoro Timer",
"version": "2.7.0",
"description": "A customizable Pomodoro timer with music, website filtering, session analytics, and flexible configuration.",
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"action": {
"default_icon": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"default_title": "Pomodoro Grande",
"default_popup": "index.html"
},
"permissions": [
"storage",
"notifications",
"declarativeNetRequest",
"offscreen"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"content.tsx-loader.js"
],
"matches": [
"<all_urls>"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/sounds\/*.mp3",
"offscreen.html",
"client.js",
"sites.js",
"content.tsx.js"
],
"use_dynamic_url": false
}
]
}