Magic Clock

Magic Clock

This is magic polar clock

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "Magic Clock",
  "version": "1.0.3",
  "manifest_version": 2,
  "description": "This is magic polar clock",
  "app": {
    "launch": {
      "local_path": "popup.html"
    }
  },
  "sandbox": {
    "pages": [
      "popup.html"
    ]
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  }
}