Cheerie - You Search. We Donate.

Cheerie - You Search. We Donate.

Cheerie - You Search. We Donate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cheerie  - You Search. We Donate.",
  "description": "Cheerie  - You Search. We Donate.",
  "version": "3.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon-16x16.png",
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "permissions": [
    "topSites",
    "sessions",
    "tabs"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_title": "Cheerie  - You Search. We Donate."
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "assets/content.css"
      ],
      "js": []
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "www/index.html"
  },
  "short_name": "Cheerie  - You Search. We Donate.",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}