健康时钟

健康时钟

久坐族的福音,提醒你该运动啦!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "zh_CN",
  "version": "1.0",
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "options_page": "option/option.html",
  "browser_action": {
    "default_icon": "img/32.png",
    "default_title": "Health Alarm",
    "default_popup": "popup/popup.html"
  }
}