Lightbeam

Lightbeam

Lightbeam is a Firefox browser extension that uses interactive visualizations to show you the relationships between third parties and the sites you visit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Lightbeam",
  "version": "2.4.2",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://lightbeam.chikl.de/",
  "icons": {
    "48": "images/lightbeam-48.png",
    "96": "images/lightbeam-96.png"
  },
  "permissions": [
    "webRequest",
    "<all_urls>",
    "tabs",
    "cookies",
    "storage",
    "downloads",
    "privacy"
  ],
  "browser_action": {
    "default_icon": "images/lightbeam-48.png",
    "default_title": "Lightbeam"
  },
  "background": {
    "scripts": [
      "ext-libs/dexie.js",
      "js/capture.js",
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7fb64bcb-eee8-45dd-993a-caf63dca5294}"
    }
  }
}