Царь-Скидка

Царь-Скидка

Царь-Скидка - ваш постоянный доступ к лучшим спецпредложениям на рынке.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Царь-Скидка",
  "description": "Царь-Скидка - ваш постоянный доступ к лучшим спецпредложениям на рынке.",
  "author": "Flocktory",
  "homepage_url": "https://tsar-skidka.com",
  "icons": {
    "16": "icon-16.png",
    "24": "icon-24.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "96": "icon-96.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.spreadreward.com/*",
        "*://spreadreward.com/*",
        "*://www.wildberries.ru/*",
        "*://wildberries.ru/*",
        "*://www.ozon.ru/*",
        "*://ozon.ru/*",
        "*://www.market.yandex.ru/*",
        "*://market.yandex.ru/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "version": "1.0.2"
}