Supercounters.com Users online counter

Supercounters.com Users online counter

Shows how many visitors are visiting your site right now.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Supercounters.com Users online counter",
  "version": "1.31",
  "description": "Shows how many visitors are visiting your site right now.",
  "icons": {
    "16": "ico16.png",
    "48": "ico48.png",
    "128": "ico128.png"
  },
  "background": {
    "page": "bg.html"
  },
  "permissions": [
    "tabs",
    "http://*/*"
  ],
  "browser_action": {
    "default_icon": "supercounters.ico",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "manifest_version": 2
}