Kashback - Cash Back Rewards

Kashback - Cash Back Rewards

Withdrawal of any amount. The most caring customer service. Love you! :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "3.0.7",
  "manifest_version": 3,
  "default_locale": "ru",
  "host_permissions": [
    "https://cash4brands.ru/*",
    "https://kashback.com/*",
    "https://test2.cash4brands.ru:8000/*",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/img/icons16.png",
      "32": "/img/icons32.png",
      "48": "/img/icons48.png",
      "128": "/img/icons128.png"
    }
  },
  "icons": {
    "16": "/img/icons16.png",
    "32": "/img/icons32.png",
    "48": "/img/icons48.png",
    "128": "/img/icons128.png"
  },
  "current_locale": "__MSG_appLang__",
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "activeTab",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/search*",
        "https://*/yandsearch*"
      ],
      "js": [
        "js/search.js"
      ]
    }
  ],
  "homepage_url": "https://kashback.com/en/"
}