PAYBACK Internet Assistent

PAYBACK Internet Assistent

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "PAYBACK Internet Assistent",
  "description": "",
  "version": "3.72.0",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "cookies",
    "identity",
    "webRequest",
    "webNavigation",
    "*://*.payback.de/*",
    "*://localhost/*"
  ],
  "web_accessible_resources": [
    "**/*.svg",
    "assets/**/*",
    "styles/**/*",
    "config.json",
    "frontend/selfclosing.html",
    "frontend/empty.html",
    "frontend/sidebar/*",
    "frontend/notification/*"
  ],
  "icons": {
    "16": "assets/icon/icon16.png",
    "32": "assets/icon/icon32.png",
    "48": "assets/icon/icon48.png",
    "64": "assets/icon/icon64.png",
    "128": "assets/icon/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "assets/icon/icon32.png"
    },
    "default_title": "PAYBACK Internet Assistent"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [],
      "js": [
        "frontend/appContent.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background/background.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}