Breathhh: Workplace Wellbeing Companion

Breathhh: Workplace Wellbeing Companion

Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "4.1.1",
  "manifest_version": 3,
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqEOOn5DnaNqqtS+a5A97GNuE+5QG0DpAGKfsPDHwf29FXzg8krebFc0n6IdK/m5tfaM7F+12LGFW66ChQZY1ZbCA/i//jz9Z3JfDaTADWmrViTLvaRCFhqK2lWCoBud3RjOvd5iI80A4BdKHzTJ8leTcj6RBQAobjtxapx+F5+oMtLK6RLD7zXf+c97FYKpu6JHsw7aw1VcxfSNPvakUxBcGOILqod6lNZd2lIxuU4Wtyg2leR/AwSMzEWB3h8oTBx9Dje8ia6U00MmnJJmQXRzgYjGwCJt/s2WcwVmzbitwkxepxjVkUiK/+0iiW5w7+zGB7qNK+aoXfDGdHzcTUwIDAQAB",
  "icons": {
    "16": "images/ExIco-16x16.png",
    "32": "images/ExIco-32x32.png",
    "48": "images/ExIco-48x48.png",
    "128": "images/ExIco-128x128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.breathhh.app/*",
    "*://*.yahht.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.breathhh.app/*",
      "*://*.yahht.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "new_tab.html",
        "popup.html",
        "*.png",
        "*.svg",
        "*.woff2"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.breathhh.app/*",
        "*://*.breathhh-staging.dev.yahht.com/*"
      ],
      "css": [
        "content_script.css"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ]
}