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


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "3.0.6",
  "manifest_version": 2,
  "default_locale": "ru",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "48": "/img/icons48.png",
    "96": "/img/icons96.png"
  },
  "browser_action": {
    "default_icon": "/img/icons48.png",
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/search*",
        "https://*/yandsearch*"
      ],
      "js": [
        "js/search.js"
      ]
    }
  ],
  "homepage_url": "https://kashback.com/en/",
  "permissions": [
    "https://cash4brands.ru/",
    "https://kashback.com/",
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>",
    "webRequest"
  ]
}