MisterSnax

MisterSnax

Gruppenbestellungen, verbesserte Suche und automatische Gutscheine für Lieferando (Lieferando.de)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Gruppenbestellungen, verbesserte Suche und Gutscheine für Lieferando.de",
  "version": "1.2.9",
  "name": "MisterSnax",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "cookies",
    "clipboardWrite",
    "storage",
    "https://*.lieferando.de/*",
    "https://lieferando.de/*",
    "https://*.mistersnax.com/*",
    "https://cw-api.takeaway.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.lieferando.de/*",
        "https://lieferando.de/*"
      ],
      "js": [
        "lieferando.bundle.js"
      ],
      "css": [
        "lieferando.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "https://*.mistersnax.com/*",
        "https://mistersnax.com/*"
      ],
      "js": [
        "landing.bundle.js"
      ]
    }
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "snax.svg",
    "new-feature.svg",
    "*.png",
    "*.svg"
  ]
}