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": "Tomato Timeout - ADHD Focus Timer + Site Blocking\u2122",
"version": "1.1.5",
"description": "Boost focus with Pomodoro focus timer & block distracting websites during work. Unblock during breaks. Customizable",
"permissions": [
"storage",
"notifications",
"webNavigation",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/icon.png"
},
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"web_accessible_resources": [
{
"resources": [
"blocked.html",
"blocked.css",
"images\/tomato.png",
"icons\/icon.png",
"audio\/notification.wav",
"icons\/icon.svg",
"shared\/*.js",
"premium\/*.js",
"ui\/*.js",
"ui\/*.css"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.vercel.app\/*",
"https:\/\/*.netlify.app\/*",
"https:\/\/www.tomatotimeout.work\/*",
"https:\/\/tomatotimeout.work\/*"
]
}
}