Take a Breath

Take a Breath

Mindfully surf the web. Add a pause before accessing media.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "manifest_version": 3,
  "short_name": "Breath",
  "name": "Take a Breath",
  "description": "Mindfully surf the web. Add a pause before accessing media.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "windows"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "logo16.png",
      "48": "logo48.png",
      "128": "logo128.png"
    }
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}