HYPESTAT website Traffic report

HYPESTAT website Traffic report

Track any website traffic quick and easy with one click via Hypestat report

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_icon": {
      "64": "/images/hypestat-64.png",
      "128": "/images/hypestat-128.png"
    },
    "default_popup": "/views/popup.html",
    "default_title": "__MSG_default_title__"
  },
  "icons": {
    "64": "/images/hypestat-64.png",
    "128": "/images/hypestat-128.png"
  },
  "version": "0.4.0"
}