SN Launcher - ServiceNow utility tool Firefox

Examine source code of SN Launcher - ServiceNow utility tool

Inspect and view changes in SN Launcher - ServiceNow utility tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "sn-launcher",
  "description": "Search and navigate Servicenow menus, documentation, components with a simple command palette interface.",
  "version": "1.4.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "scripting",
    "storage"
  ],
  "web_accessible_resources": [
    "main-world.js",
    "content-scripts/content.css"
  ],
  "commands": {
    "snl-toggle-launcher-command": {
      "suggested_key": {
        "windows": "Ctrl+Shift+L",
        "mac": "Command+Shift+L",
        "chromeos": "Ctrl+Shift+L",
        "linux": "Ctrl+Shift+L"
      },
      "description": "Open SN Launcher"
    },
    "snl-switch-scope-command": {
      "suggested_key": {
        "windows": "Alt+Shift+S",
        "mac": "Alt+Shift+S",
        "chromeos": "Alt+Shift+S",
        "linux": "Alt+Shift+S"
      },
      "description": "Switch scope"
    },
    "snl-search-table-command": {
      "suggested_key": {
        "windows": "Alt+Shift+A",
        "mac": "Alt+Shift+A",
        "chromeos": "Alt+Shift+A",
        "linux": "Alt+Shift+A"
      },
      "description": "Search table"
    },
    "snl-search-history-command": {
      "suggested_key": {
        "windows": "Alt+Shift+H",
        "mac": "Alt+Shift+H",
        "chromeos": "Alt+Shift+H",
        "linux": "Alt+Shift+H"
      },
      "description": "Search history"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "./icon/16.png",
      "32": "./icon/32.png",
      "48": "./icon/48.png",
      "128": "./icon/128.png"
    },
    "default_title": "SN Launcher"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chengwudev@gmail.com"
    }
  }
}

Best SN Launcher - ServiceNow utility tool Alternatives

Here are some Firefox add-ons that are similar to SN Launcher - ServiceNow utility tool: