Exact Time - Local & UTC

Exact Time - Local & UTC

Displays precise local and utc date and time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Exact Time - Local & UTC",
  "short_name": "Exact Time",
  "description": "Displays precise local and utc date and time",
  "version": "0.9",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "mgfn.js",
      "mgext.js",
      "mgcls.js",
      "background.js"
    ],
    "persistent": true
  }
}