savably: Shoppen wie immer, bares Geld sparen

savably: Shoppen wie immer, bares Geld sparen

Du shoppst wie gewohnt online, savably sucht die besten Gutschein-Codes für dich. So sparst du maximal bei minimalem Aufwand.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "savably: Shoppen wie immer, bares Geld sparen",
  "short_name": "savably",
  "version": "1.1.1.0",
  "description": "Du shoppst wie gewohnt online, savably sucht die besten Gutschein-Codes für dich. So sparst du maximal bei minimalem Aufwand.",
  "author": "Webgears",
  "manifest_version": 3,
  "default_locale": "de",
  "permissions": [
    "tabs",
    "storage",
    "management",
    "cookies",
    "unlimitedStorage",
    "alarms"
  ],
  "background": {
    "service_worker": "bg/bundle.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": {
      "48": "icons/icon-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "savably"
  },
  "icons": {
    "16": "icons/icon-128.png",
    "32": "icons/icon-128.png",
    "48": "icons/icon-128.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/*.css",
        "content/*.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}