WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pomodora

Pomodora

View on Chrome Web Store
View Pomodora Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
8 views
This extension has been viewed 8 times
0 downloads
This extension has been downloaded 0 times

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

Pomodora is an online pomodoro timer tool that helps you build & sustain focus!
Type
Extension
Users
105 users
1
Website pomodora.io
ValueFoundry
View author page of ValueFoundry
Published
Published on April 19, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on April 19, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Pomodora Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomodora",
    "short_name": "Pomodora",
    "version": "1.0.0",
    "description": "Pomodora is an online pomodoro timer tool that helps you build & sustain focus!",
    "icons": {
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/pomodora.io",
    "permissions": [
        "unlimitedStorage",
        "storage",
        "background"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pomodora.io\/*",
                "*:\/\/pomodora.io\/"
            ],
            "js": [
                "js\/website_cs.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/pomodora.io\/*",
                "*:\/\/pomodora.io\/"
            ],
            "js": [
                "js\/all.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "offline_enabled": true,
    "author": "Pomodora",
    "background": {
        "service_worker": "js\/service.js"
    },
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "action": {
        "default_icon": {
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_title": "Pomodora"
    }
}
© 2025 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