Examine source code of WorkZen

Inspect and view changes in WorkZen 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
{
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "SalihFocus",
  "description": "Boost productivity and relaxation with Pomodoro Timer, Prayer Times, and Lofi Music in one sleek Chrome extension.",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "128": "logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9b4ebc23-7748-4daa-a1e6-43ea08f621c8}",
      "strict_min_version": "109.0"
    }
  }
}