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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtHo4nhmcPdSQy2FIaiiAlEttUcoP6d5ps4LacMKeezQHeeLmyxaNXsQhZLVoMZ6wVTfaOI4gDP16PUsyI/M+o9mXJb0LIdNvL9wf57DY3ouzfBsY9xwo1gFFdMCFcjpNGZ5jaw4Fudhj/Pp5/f3koxID+Tr+1YNCgkFmFpO/nz5B+EevgHChvmjCRJVit6PfvFjWKC4KKJXBAXjPLGEMcHmsgwVAicEM/Ri/HkvrCvG8COEjZ5ByffNPWamqamQIpCh5gBW+i8RLYkxNeGR4Mi2uS6CdXQzNkGVbuoKMjEEyG2hehmjF2pRS/lyeToxfzD3S+5gunThdiKhbfEnBuwIDAQAB"
}