Time guy

Time guy

Pomodoro timer and countdown timer built into 1 place

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Time guy",
  "description": "Pomodoro timer and countdown timer built into 1 place",
  "version": "2.0.0",
  "manifest_version": 3,
  "action": {
    "default_title": "Time guy",
    "default_icon": "logo.png"
  },
  "icons": {
    "128": "logo.png"
  },
  "background": {
    "service_worker": "serviceworker.js",
    "type": "module"
  },
  "permissions": [
    "notifications",
    "storage"
  ]
}