Rofocus new: Increase your Focus and Productivity

Ambient noise and focus music. The most productive version of yourself.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Rofocus new: Increase your Focus and Productivity",
  "short_name": "Rofocus",
  "description": "Ambient noise and focus music. The most productive version of yourself.",
  "version": "2024.11.13",
  "icons": {
    "128": "ico/rofocus-logo-new.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "offscreen"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "styles/fonts/*.woff2",
        "styles/fonts/FontAwesome.otf",
        "styles/fonts/fontawesome-webfont.eot",
        "styles/fonts/fontawesome-webfont.svg",
        "styles/fonts/fontawesome-webfont.ttf",
        "styles/fonts/fontawesome-webfont.woff",
        "styles/fonts/fontawesome-webfont.woff2",
        "img/*.jpeg",
        "img/*.png"
      ],
      "use_dynamic_url": false
    }
  ],
  "action": {
    "default_icon": "ico/rofocus-logo-new.png",
    "default_popup": "index.html"
  },
  "content_security_policy": {},
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}