Web Dashboard

Web Dashboard

Visualize, Analyze, and Track Your Browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Web Dashboard",
  "short_name": "Web Dashboard",
  "description": "Visualize, Analyze, and Track Your Browsing",
  "version": "0.0.2",
  "icons": {
    "48": "icons/Icon-48.png",
    "128": "icons/Icon-128.png"
  },
  "options_page": "details.html",
  "background": {
    "scripts": [
      "background/TldData.js",
      "background/TldFlow.js",
      "background/newBackground.js",
      "background/functionsForSendingData.js",
      "background/utilsForBackground.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popover.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "idle",
    "chrome://favicon/"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome://favicon;"
}