Bell of Mindfulness

Bell of Mindfulness

A bell that reminds us to breathe and be mindful of our body and mind.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.2.3",
  "description": "__MSG_extDesc__",
  "author": "__MSG_extAuthor__",
  "homepage_url": "http://santvn.ucsd.edu/MindBell",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "__MSG_ext_default_title__",
    "default_popup": "views/popup.html"
  },
  "background": {
    "page": "views/background.html"
  },
  "options_page": "views/options.html",
  "permissions": [
    "notifications",
    "storage"
  ],
  "web_accessible_resources": [
    "icons/icon.png",
    "bells/nhatChuong.mp3",
    "bells/nhatChuong.ogg",
    "bells/nhatChuong.wav",
    "bells/thinhChuong.mp3",
    "bells/thinhChuong.ogg",
    "bells/thinhChuong.wav",
    "images/thichnhathanh-bell.jpg"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}