Candida Breathing App

Candida Breathing App

A small breathing exercise to keep you away from stress!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Candida Breathing App",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "A small breathing exercise to keep you away from stress!",
  "icons": {
    "48": "assets/48.png",
    "128": "assets/128.png"
  },
  "manifest_version": 2,
  "name": "Candida Breathing App",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "version": "1.2"
}