WorkZen

WorkZen

Boost productivity and relaxation with Pomodoro Timer, Prayer Times, and Lofi Music in one sleek Chrome extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "WorkZen",
  "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": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}