SFCC / Demandware BM Session Keep Alive

SFCC / Demandware BM Session Keep Alive

This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SFCC / Demandware BM Session Keep Alive",
  "version": "1.3.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "page_action": {
    "default_icon": "icon128.png",
    "default_title": "SFCC / Demandware BM Session Keep Alive"
  },
  "permissions": [
    "tabs",
    "storage",
    "https://*.demandware.net/on/demandware.store/Sites-Site",
    "https://*.demandware.net/on/demandware.store/Sites-Site/*",
    "https://*.commercecloud.salesforce.com/on/demandware.store/Sites-Site",
    "https://*.commercecloud.salesforce.com/on/demandware.store/Sites-Site/*"
  ],
  "icons": {
    "16": "icon128.png",
    "48": "icon128.png",
    "128": "icon128.png"
  }
}