Carta

Carta

Kopiert Warenkörbe zu easyWerstkatt

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Carta",
  "description": "Kopiert Warenkörbe zu easyWerstkatt",
  "version": "1.500",
  "manifest_version": 3,
  "icons": {
    "16": "cartaLogo.png",
    "48": "cartaLogo.png",
    "128": "cartaLogo.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "cartaLogo.svg",
        "cartaLogoWhite.svg",
        "/static/style/content.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/static/js/content.js"
      ],
      "css": [
        "/static/style/content.css"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Öffnen der Anwendung"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8eaa1bcc-471b-11ee-be56-0242ac120002}"
    }
  }
}