Shoper

Shoper

Мониторинг цены товаров на Ozon и Wildberries

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shoper",
  "description": "Мониторинг цены товаров на Ozon и Wildberries",
  "version": "0.3.4",
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs",
    "*://*.shopstat.ru/*",
    "*://*.ozon.ru/*",
    "*://*.wildberries.ru/*",
    "*://*.megamarket.ru/*",
    "*://*.sbermarket.ru/*",
    "https://www.facebook.com/v10.0/dialog/oauth",
    "https://oauth.vk.com/authorize",
    "https://accounts.google.com/o/oauth2/v2/auth"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.ozon.ru/*",
        "*://*.wildberries.ru/*",
        "*://*.yandex.ru/*",
        "*://*.aliexpress.ru/*"
      ],
      "js": [
        "js/in_site.js"
      ]
    }
  ]
}