Rabatta

Rabatta

Rabatta will automatically find you the best discount coupons when shopping online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "action": {
    "default_title": "Rabatta"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "arguments.json",
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "name": "Rabatta",
  "version": "11.3.0",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "run_at": "document_idle",
      "all_frames": false,
      "match_about_blank": true,
      "js": [
        "content-script.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}