Meteor Shopware 6 Toolkit

Meteor Shopware 6 Toolkit

Meteor Shopware 6 Toolkit

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "icons": {
    "128": "images/icon.png"
  },
  "action": {
    "default_icon": "images/icon-gray.png",
    "default_title": "Shopware 6 toolkit can't find a Shopware website in this tab."
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/Content/content.js",
        "js/Content/IconContent.js",
        "js/Content/productContent.js",
        "js/Content/navigationContent.js",
        "js/Content/storeLocatorListingContent.js",
        "js/Content/storeLocatorDetailContent.js",
        "js/Content/productBoxContent.js",
        "js/Content/loginContent.js"
      ]
    }
  ],
  "background": {
    "service_worker": "js/Background/background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/*",
        "html/*",
        "css/*",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "tabs"
  ],
  "name": "Meteor Shopware 6 Toolkit",
  "version": "1.2.0",
  "description": "Meteor Shopware 6 Toolkit"
}