Shopiland — поиск по магазинам

Shopiland — поиск по магазинам

Поиск по Wildberries, Озон, Алиэкспресс, Яндекс Маркет и другим магазинам в 1 клик

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_SHORT_NAME__",
  "version": "0.0.4",
  "homepage_url": "https://shopiland.ru/",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "default_locale": "ru",
  "icons": {
    "16": "./images/logo-16x16.png",
    "32": "./images/logo-32x32.png",
    "192": "./images/logo-192x192.png",
    "512": "./images/logo-512x512.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "./images/logo-16x16.png",
    "default_title": "Shopiland",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.aliexpress.com/*",
        "http://*.aliexpress.ru/*",
        "http://*.aliexpress.us/*",
        "https://*.aliexpress.com/*",
        "https://*.aliexpress.ru/*",
        "https://*.aliexpress.us/*",
        "http://*.tmall.ru/*",
        "https://*.tmall.ru/*",
        "https://www.ozon.ru/*",
        "https://www.wildberries.ru/*",
        "https://market.yandex.ru/*",
        "https://sbermegamarket.ru/*",
        "https://kazanexpress.ru/*"
      ],
      "css": [],
      "js": [
        "shp-app.js"
      ]
    }
  ],
  "permissions": [
    "http://*/*",
    "https://*/*",
    "alarms",
    "notifications",
    "cookies",
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    "images/*",
    "fonts/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}