CashBee – cashback service

CashBee – cashback service

CashBee extension - up to 50% cashback among 1000+ stores under your hand

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "2.2.5",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "icons": {
    "19": "images/apple-touch-icon-19x19.png",
    "38": "images/apple-touch-icon-38x38.png",
    "128": "images/apple-touch-icon-128x128.png"
  },
  "default_locale": "ru",
  "homepage_url": "https://cashbee.me",
  "browser_action": {
    "default_title": "__MSG_extShortName__",
    "default_popup": "popup.html",
    "default_icon": {
      "19": "images/apple-touch-icon-19x19.png",
      "38": "images/apple-touch-icon-38x38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "./css/content.css"
      ],
      "js": [
        "js/functions.js",
        "js/lib/jquery-3.6.0.min.js",
        "js/content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "css/content.css",
    "images/apple-touch-icon-57x57.png"
  ],
  "background": {
    "scripts": [
      "js/functions.js",
      "js/lib/jquery-3.6.0.min.js",
      "js/bg.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "cookies",
    "tabs"
  ]
}