Klarna | Shop now, Pay Later

Klarna | Shop now, Pay Later

Automatic Coupons, Cashback, and Pay Anywhere with Klarna

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en_US",
  "version": "6.24.12.285",
  "version_name": "6.24.12.285 5aa76567d",
  "minimum_chrome_version": "88",
  "background": {
    "service_worker": "js/serviceWorker.js"
  },
  "action": {
    "default_title": "__MSG_defaultActionTitle__"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "klapp.html",
        "/img/*",
        "/assets/*",
        "/translations/*",
        "/_locales/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "img/pink/logo-16.png",
    "48": "img/pink/logo-48.png",
    "128": "img/pink/logo-128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "webRequest",
    "identity"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://www.klarna.com/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhb/WZcf+vKWoza4xXwAjZ+C2SjcPx5ArWeNjqF1WJn8dIZhVRptLAAv/pq6kwE+vY3zy1ySt6fqG4RTvNoOp+K2d70ucmbvNJudwFQsJBp6BVyqavo0Olln2rqv8qjqLsg51FVqB+3oPwoeaKWjSZsq7ODZQn/wB9O7ch0zy461lv2c4/BGItwwq0qIan2USIOq0Q5ulfvlB4AzgPJzAG34LpgIB/GdCLEocvSEdRArNG3UUzQqlA9bqdkS9ua3k9TPkDhe6Ec2ver9QgGounKq6OVwM+NH1nXmysmrh1RTPts7XHl2SsiKwUhhmSni/uP4dPXrM3kK0z5lz9MUAiQIDAQAB"
}