iCashBack App

iCashBack App

Adauga rapid si ai automat CashBack si Vouchere la cele mai tari magazine din Romania si strainatate!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iCashBack App",
  "version": "2.0.0",
  "default_locale": "en",
  "description": "Adauga rapid si ai automat CashBack si Vouchere la cele mai tari magazine din Romania si strainatate!",
  "homepage_url": "https://www.icashback.ro/",
  "icons": {
    "128": "icons/logo.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "http://localhost/wordpress/",
    "https://www.icashback.ro/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "iCashBack App",
    "default_icon": "icons/logo.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://www.icashback.ro/*"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/bootstrap.bundle.min.js",
        "js/content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/content-script.js",
    "css/fix.css",
    "icons/logo.png",
    "icons/coupon.svg"
  ],
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}