U4B Cashback

U4B Cashback

Кэшбэк от надежного сервиса U4B Cashback

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": false,
      "css": [
        "font-awesome.css",
        "bundle.css"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "description": "Кэшбэк от надежного сервиса U4B Cashback",
  "icons": {
    "64": "img/64.png"
  },
  "manifest_version": 2,
  "name": "U4B Cashback",
  "version": "1.1.30",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://*/*",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "cookies"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "img/64.png"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "incognito": "split"
}