whos.amung.us Users Online Counter

whos.amung.us Users Online Counter

Shows how many people are currently on your website in accordance with our widget use. Visit our website for more info.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "whos.amung.us Users Online Counter",
  "version": "3.0",
  "manifest_version": 2,
  "description": "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.",
  "browser_action": {
    "default_icon": "icon_off.png",
    "default_popup": "popup.html",
    "default_title": "whos.amung.us"
  },
  "permissions": [
    "https://whos.amung.us/"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}