Кэшбэк сервис cost.rip

Кэшбэк сервис cost.rip

Экономьте с нами на каждой покупке в AliExpress и еще 1000+ интернет-магазинов!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "/js/libs/jquery-3.3.1.min.js",
        "/js/api.js",
        "/js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Экономьте с нами на каждой покупке в AliExpress и еще 1000+ интернет-магазинов!",
  "homepage_url": "https://cost.rip",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "Кэшбэк сервис cost.rip",
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "http://*.cost.rip/",
    "https://*.cost.rip/"
  ],
  "short_name": "Кэшбэк сервис cost.rip",
  "version": "3.0.5",
  "web_accessible_resources": [
    "img/*.png"
  ]
}