Cashback service LetyShops

Cashback service LetyShops

Get cashback for shopping online with LetyShops!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_mainName__",
  "version": "4.4.2",
  "description": "__MSG_mainDescription__",
  "homepage_url": "https://letyshops.com",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>",
    "notifications"
  ],
  "web_accessible_resources": [
    "images/btn/*.png"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "content/styles.css"
      ],
      "js": [],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://paypal.com/*",
        "*://*.paypal.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "content/runtime.js",
        "content/polyfills.js",
        "content/main.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://paypal.com/*",
        "*://*.paypal.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background/runtime.js",
      "background/main.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "images/btn/logo18.png",
    "default_title": "Кэшбэк-сервис LetyShops",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "24": "images/tool/logo24.png",
    "48": "images/tool/logo48.png",
    "128": "images/tool/logo128.png"
  }
}