Demandware With Ease

Demandware With Ease

Use Salesforce Commerce Cloud B2C with ease!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Use Salesforce Commerce Cloud B2C with ease!",
  "version": "3.11.1",
  "manifest_version": 2,
  "name": "Demandware With Ease",
  "short_name": "DWithEase",
  "default_locale": "en",
  "icons": {
    "16": "images/icons/logo/icon-16.png",
    "128": "images/icons/logo/icon-128.png"
  },
  "browser_action": {
    "default_title": "DWithEase",
    "default_icon": {
      "19": "images/icons/logo/icon-19.png",
      "38": "images/icons/logo/icon-38.png"
    },
    "default_popup": "html/popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_page": "html/options.html",
  "permissions": [
    "*://*.demandware.net/*",
    "*://*.demandware.com/*",
    "*://*.commercecloud.salesforce.com/*",
    "contextMenus",
    "storage",
    "notifications",
    "webRequest",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "*://*/*"
  ],
  "commands": {
    "focus-smart-search": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Focus on the smart search input in the BM toolbar"
    },
    "expand-merchant-tools-menu": {
      "suggested_key": {
        "default": "Alt+M"
      },
      "description": "Expand the Merchant Tools menu in BM"
    },
    "expand-administration-menu": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "Expand the Administration menu in BM"
    }
  },
  "web_accessible_resources": [
    "js/*",
    "html/*",
    "css/*",
    "images/*",
    "fonts/*",
    "cartridge/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}