Website Usage Tracker

Website Usage Tracker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Website Usage Tracker",
  "version": "1.0",
  "icons": {
    "128": "mai.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "usual.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}