Coil

Coil

Support websites and creators with Web Monetization

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Coil",
  "description": "Support websites and creators with Web Monetization",
  "version": "0.0.67",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'sha256-5m1LWWKuNwUyRmfQhpPsWWOz7QtY09CrzZskRXfyy7E='; object-src 'self'",
  "icons": {
    "128": "res/[email protected]"
  },
  "browser_action": {
    "default_icon": "res/[email protected]",
    "default_popup": "static/popup.html"
  },
  "background": {
    "page": "static/background.html"
  },
  "incognito": "spanning",
  "web_accessible_resources": [],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "match_about_blank": false,
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "webNavigation",
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}