simpleClock

simpleClock

Shows a simple clock top right in the browser. The color is free selectable.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "simpleClock",
  "version": "2.3",
  "manifest_version": 2,
  "permissions": [],
  "description": "Shows a simple clock top right in the browser. The color is free selectable.",
  "homepage_url": "https://github.com/sdvg/simpleClock_v2",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/lib/dateformat.js",
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "options_page": "src/options/index.html",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "",
    "default_popup": "src/browser_action/browser_action.html"
  }
}