SN Launcher - ServiceNow utility tool

SN Launcher - ServiceNow utility tool

ServiceNow utility tool, search and navigate with a command palette.(personal project, not affiliated to ServiceNow)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SN Launcher - ServiceNow utility tool",
  "version": "1.2.1",
  "description": "ServiceNow utility tool, search and navigate with a command palette.(personal project, not affiliated to ServiceNow)",
  "icons": {
    "16": "icon.e88edefa.png",
    "32": "icon.e88edefa.png",
    "48": "icon.e88edefa.png",
    "128": "icon.e88edefa.png"
  },
  "background": {
    "service_worker": "background.b109f43c.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.4e48af76.js"
      ],
      "css": []
    }
  ],
  "action": {
    "default_icon": {
      "16": "icon.e88edefa.png",
      "32": "icon.e88edefa.png",
      "48": "icon.e88edefa.png",
      "128": "icon.e88edefa.png"
    }
  },
  "commands": {
    "snl-toggle-launcher": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Open launcher"
    }
  },
  "permissions": [
    "tabs",
    "activeTab"
  ]
}