Breathing

Start your day feeling calm by just breathing in and out
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Breathing",
  "description": "__MSG_extensionDescription__",
  "version": "0.0.1",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "options_page": "public/options.html",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "public/index.html",
    "default_title": "__MSG_defaultTitle__",
    "default_icon": {
      "16": "public/icons/breathing_16.png",
      "32": "public/icons/breathing_32.png"
    }
  },
  "icons": {
    "16": "public/icons/breathing_16.png",
    "32": "public/icons/breathing_32.png",
    "48": "public/icons/breathing_48.png",
    "128": "public/icons/breathing_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}