Invisibly

Invisibly

Take control and earn money from your personal data with Invisibly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Invisibly",
  "description": "Take control and earn money from your personal data with Invisibly.",
  "version": "2.5.113",
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "webRequest",
    "*://*/*"
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "scripts/pers.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
  "web_accessible_resources": [
    "scripts/*",
    "static/*"
  ]
}