Shopintab ваш помощник для покупок

Shopintab ваш помощник для покупок

Отслеживание цен на товары в интернет магазинах

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.0.13",
  "homepage_url": "https://shopintab.com/",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "24": "icons/24.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": "icons/128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "dist/css/content.css"
      ],
      "js": [
        "dist/js/content.js"
      ],
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "js": [
        "dist/js/content.js"
      ],
      "matches": [
        "*://*.shopintab.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "ru",
  "permissions": [
    "cookies",
    "notifications",
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "web_accessible_resources": [
    "html/*",
    "dist/*",
    "icons/*",
    "fonts/*.*",
    "lottie/*.*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com/ga.js https://mc.yandex.ru/ https://www.googletagmanager.com/gtag/js https://www.google-analytics.com/ https://ssl.google-analytics.com https://cdn.firebase.com https://*.firebaseio.com; object-src 'self';connect-src *; img-src * 'self' data:; media-src *;",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}