TPClock

TPClock

True binary clock. Extension by TPReal

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TPClock",
  "description": "True binary clock. Extension by TPReal",
  "icons": {
    "16": "img/tpcl16.png",
    "32": "img/tpcl32.png",
    "48": "img/tpcl48.png",
    "128": "img/tpcl128.png"
  },
  "background": {
    "scripts": [
      "libs/jquery.js",
      "libs/TPOptions.js",
      "libs/Manifest.js",
      "tpcl.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "img/def_icon.png",
    "default_title": "TPClock"
  },
  "permissions": [
    "tabs"
  ],
  "options_page": "tpcl_opt.html",
  "version": "0.1.9.2",
  "manifest_version": 2
}