Sanchez MX - заказ из fc-moto.de

Sanchez MX - заказ из fc-moto.de

Актуальные цены в рублях и заказ из fc-moto.de

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "src/assets/img/fc-moto-48.png",
    "default_popup": "src/popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "src/styles/extension-styles.css"
      ],
      "matches": [
        "https://*.fc-moto.de/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "src/js/i18n.js"
      ],
      "matches": [
        "https://*.fc-moto.de/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "src/js/tools.js",
        "src/js/prices.js",
        "src/js/order.js"
      ],
      "matches": [
        "https://*.fc-moto.de/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Актуальные цены в рублях и заказ из fc-moto.de",
  "icons": {
    "16": "src/assets/img/fc-moto-16.png",
    "48": "src/assets/img/fc-moto-48.png",
    "128": "src/assets/img/fc-moto-128.png"
  },
  "manifest_version": 3,
  "name": "Sanchez MX - заказ из fc-moto.de",
  "permissions": [
    "storage"
  ],
  "version": "0.0.6"
}