Clock

Clock

simple digital clock. calender. stopwatch. (dark style)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clock",
  "version": "0.5.1.0",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_extensiondescription__",
  "icons": {
    "16": "icon_32x32.png",
    "128": "icon.png"
  },
  "app": {
    "launch": {
      "container": "panel",
      "width": 800,
      "height": 600,
      "local_path": "app.html"
    }
  }
}