WebTime

WebTime

WebTime. Keep tabs on your tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WebTime",
  "short_name": "WebTime",
  "version": "0.0.6",
  "manifest_version": 2,
  "description": "WebTime. Keep tabs on your tabs.",
  "background": {
    "scripts": [
      "js/namespace.js",
      "js/config.js",
      "js/utils.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "options_page": "html/options.html",
  "browser_action": {},
  "permissions": [
    "tabs"
  ]
}