Cyder | Control Your Data & Earn Rewards

Cyder | Control Your Data & Earn Rewards

Cyder is a free and simple extension that protects your privacy, blocks creepy ads, and gives you rewards as you browse.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cyder | Control Your Data & Earn Rewards",
  "description": "Cyder is creating an internet where you own and get compensated for your data.",
  "version": "2.2.3.3",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "102.0"
    }
  },
  "browser_action": {
    "default_title": "Cyder",
    "default_icon": {
      "16": "img/brand-icon-small.png",
      "32": "img/brand-icon-small.png",
      "48": "img/brand-icon.png",
      "128": "img/brand-icon.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/brand-icon-small.png",
    "32": "img/brand-icon-small.png",
    "48": "img/brand-icon.png",
    "128": "img/brand-icon.png"
  },
  "background": {
    "scripts": [
      "serviceWorker.js"
    ]
  },
  "permissions": [
    "privacy",
    "scripting",
    "storage",
    "<all_urls>",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "css/contentScript.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*.png"
  ]
}