KYD (Keep Your Data)

KYD (Keep Your Data)

Data privacy extension from ECMRMIG LLC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "KYD (Keep Your Data)",
  "version": "0.0.8",
  "description": "Data privacy extension from ECMRMIG LLC",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "notifications",
    "history",
    "browsingData",
    "storage",
    "webNavigation"
  ],
  "options_page": "options.html",
  "action": {
    "default_popup": "Start.html",
    "default_title": "KYD (Keep Your Data) - Privacy App from ECMRMIG",
    "default_icon": {
      "16": "images/kydLogo.png"
    }
  },
  "icons": {
    "16": "images/kyd16.png",
    "48": "images/kyd48.png",
    "128": "images/kyd128.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}