Breathe

Breathe

To remain calm, reduce stress and anxiety breathe helps you regulate breathing throughout the day. Choose one of the breathing…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Breathe",
  "short_name": "Breathe",
  "version": "5.4",
  "browser_action": {
    "default_icon": "/images/icon128.png",
    "default_popup": "/popup/popup.html"
  },
  "icons": {
    "16": "/images/icon16.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "background": {
    "scripts": [
      "/background/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "manifest_version": 2
}