BreathWatch

BreathWatch

Reminders to watch your breath and become more mindful throughout your day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BreathWatch",
  "version": "1.0.0",
  "description": "Reminders to watch your breath and become more mindful throughout your day",
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_popup": "options.html",
    "default_icon": {
      "16": "images/breath_watch16.png",
      "32": "images/breath_watch32.png",
      "48": "images/breath_watch48.png",
      "128": "images/breath_watch128.png"
    }
  },
  "icons": {
    "16": "images/breath_watch16.png",
    "32": "images/breath_watch32.png",
    "48": "images/breath_watch48.png",
    "128": "images/breath_watch128.png"
  },
  "manifest_version": 2
}