Ghost Traffic

Ghost Traffic

Ghost Traffic is a browser extension that allows you to view the traffic of any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ghost Traffic",
  "short_name": "Ghost Traffic",
  "description": "Ghost Traffic is a browser extension that allows you to view the traffic of any website.",
  "version": "4.3.5",
  "manifest_version": 3,
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "geolocation"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png"
    },
    "default_title": "Customize",
    "default_popup": "customize.html"
  }
}