Examine source code of Rofocus new: Increase your Focus and Productivity

Inspect and view changes in Rofocus new: Increase your Focus and Productivity source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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": {}
}