Tea clock

Tea clock

Your perfect cup of tea.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tea clock",
  "description": "Your perfect cup of tea.",
  "version": "6",
  "app": {
    "urls": [
      "http://www.tea-clock.com/",
      "http://tea-clock.com/"
    ],
    "launch": {
      "web_url": "http://www.tea-clock.com/"
    }
  },
  "icons": {
    "16": "icon16.png",
    "128": "icon.png"
  },
  "permissions": [
    "notifications"
  ],
  "offline_enabled": true,
  "manifest_version": 2
}