Splunk Search Assistant

Splunk Search Assistant

This extension enables the Ctrl+/ keyboard shortcut to toggle comments on and off in addition to other features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Splunk Search Assistant",
  "version": "1.3.45",
  "description": "This extension enables the Ctrl+/ keyboard shortcut to toggle comments on and off in addition to other features.",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.splunkcloud.com/*"
  ],
  "action": {
    "default_popup": "settings.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/injected_code.js",
        "scripts/command_reference.json"
      ],
      "matches": [
        "https://*.splunkcloud.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://developer.chrome.com/docs/extensions/*",
        "https://developer.chrome.com/docs/webstore/*",
        "https://*.splunkcloud.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}