Fiori Launchpad Helper

Fiori Launchpad Helper

Fiori Launchpad Helper Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fiori Launchpad Helper",
  "description": "Fiori Launchpad Helper Extension",
  "version": "1.09",
  "icons": {
    "48": "icon48.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "downloads",
    "cookies",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "manifest_version": 3,
  "incognito": "not_allowed",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "SAP Fiori Launchpad Helper Extension"
    }
  },
  "background": {
    "service_worker": "service_worker_1.js"
  }
}