Sleek: Cashback Rewards

Sleek: Cashback Rewards

Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "23",
  "name": "Sleek: Cashback Rewards",
  "description": "Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "img/128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "cashback-active-flag.html",
        "cashback-banner.html",
        "img/128.png",
        "img/48.png",
        "img/logo_small.png",
        "img/logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentUiController.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.onsleek.com/*"
    ]
  },
  "permissions": [
    "alarms",
    "background",
    "cookies",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0BsXoQ1y0bixJ2vm1aN4CJALDAbHY8ZIYT1/lhVrUDdH9Olhrsa+s6Z9ygASGmn7Tm3Gg+Jef1GQVLQnVCxGuTNPkecgj8uDjSUj0LnxqbJAY6lRjoi9SbKAKEbAlxnhHkC2Ow5OP2TYzrniJ3Ul36zpTbVJqeiIARjU33FMR7A81xOhByk3xkVtTqVj/u+3ElFyWb5WEfYrZUnp+x/pLjEkW2lruTUxdfEhGBu9MM0wwbjzqSIp12DIjJSZFWrYsJQv2AKJWNo0NZvJdjgo9gv3T1ChrUJZcdodtujgHClOJBcZc9LZozWnFOe9Of31cLCegpYRNEkkCdjcy0wbPQIDAQAB"
}