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": "A focus timer that helps you reduce procrastination and friction and helps you be mindful while working and browsing the web.", "version": "1.0.32", "manifest_version": 3, "name": "Otto - A little friend for a wandering mind", "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": [ "alarms", "storage", "declarativeNetRequest", "tabs", "notifications", "offscreen" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "toast.html", "icon-128.png", "icon-34.png", "otto-many.png", "tiny-otto.png" ], "matches": [ "<all_urls>" ] } ], "commands": { "open-command-box": { "suggested_key": { "default": "Ctrl+Shift+O", "mac": "Command+Shift+O" }, "description": "Open Otto's command box on current page" } } }