Thunderbeam-Lightbeam for Chrome

Thunderbeam-Lightbeam for Chrome

Thunderbeam-Lightbeam for Chrome uses interactive visualizations to show users the relationship under third parties.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Thunderbeam-Lightbeam for Chrome",
  "version": "3.1.2",
  "description": "Thunderbeam-Lightbeam for Chrome uses interactive visualizations to show users the relationship under third parties.",
  "icons": {
    "48": "images/lightbeam-48.png",
    "96": "images/lightbeam-96.png"
  },
  "permissions": [
    "webRequest",
    "<all_urls>",
    "tabs",
    "cookies",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "images/lightbeam-48.png",
    "default_title": "Thunderbeam-Chrome Lightbeam",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "ext-libs/dexie.js",
      "js/store.js",
      "js/capture.js",
      "js/background.js"
    ]
  }
}