WebExtension.net
WebExtension.net

Otto - A little friend for a wandering mind

View on Chrome Web Store
View Otto - A little friend for a wandering mind Chrome Extension on Chrome Web Store
4.5 (178 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A focus timer that helps you reduce procrastination and friction and helps you be mindful while working and browsing the web.
Type
Extension
Users
50,000 users
Website ottoapp.me
Joel Benjamin
View author page of Joel Benjamin
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 9, 2020
Version 1.0.32
Manifest version
3
Updated
Updated on October 15, 2024
View on Chrome Web Store
View Otto - A little friend for a wandering mind Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "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"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top