Focusalarm

Focusalarm

An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Focusalarm",
  "description": "An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds",
  "version": "5.1.0",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "128": "bell-logo.png"
  },
  "background": {
    "scripts": [
      "app/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'sha256-gv4sb4aapTzRqjrB5epKwDYwPiVoA/DPgulijQJ/sYA='; object-src 'self'",
  "permissions": [
    "*://*.focusmate.com/",
    "*://*.csb.app/",
    "tabs",
    "storage",
    "activeTab"
  ]
}