Pomodollar

Pomodollar

Boost your focus with a timer and a pay-to-browse website blocker.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pomodollar",
  "description": "Boost your focus with a timer and a pay-to-browse website blocker.",
  "version": "1.0.67",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "action": {
    "default_title": "Pomodollar Timer",
    "default_popup": "index.html",
    "default_icon": {
      "16": "icon16.png",
      "24": "icon24.png",
      "32": "icon32.png"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader-kuVNYVDC.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/content.css",
        "assets/content-aAW1lupI.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "scripting",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*.html",
        "*.css",
        "*.tff",
        "*.png",
        "*.mp3",
        "css/content.css",
        "css/Anybody.ttf",
        "css/Archivo.ttf",
        "icon128.png",
        "sounds/break-sound.mp3"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/clsx-8mYztpyo.js",
        "assets/types.MESSAGE-AmaMf8W_.js",
        "assets/time-dtaJa11I.js",
        "assets/content.ts-RhHCJP6H.js"
      ],
      "use_dynamic_url": true
    }
  ]
}