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",
"description": "Otto is a mindful focus timer and website blocker that helps you overcome procrastination and manage distractions while you work.",
"version": "2.0.0",
"manifest_version": 3,
"name": "Otto: Pomodoro timer and Website Blocker",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon24.png"
},
"icons": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon48.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"action",
"alarms",
"storage",
"declarativeNetRequest",
"tabs",
"notifications",
"offscreen",
"unlimitedStorage",
"scripting",
"activeTab"
],
"optional_permissions": [
"downloads"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png",
"tiny-otto.png",
"\/imglarge\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"contentScript2.bundle.js"
]
}
],
"commands": []
}