Unleash

Unleash

Unleash is the Google of your work enabling you and your team to search across all your apps in one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Unleash",
  "version": "1.54.0",
  "description": "Unleash is the Google of your work enabling you and your team to search across all your apps in one place.",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "omnibox": {
    "keyword": "u"
  },
  "icons": {
    "16": "favicon-16x16.png",
    "48": "favicon-48x48.png"
  },
  "side_panel": {
    "default_path": "sidebar.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pkfecjdpmgkkjphajlbgbgnnepclinhe"
    }
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; worker-src blob:"
  },
  "sandbox": {
    "pages": [
      "offscreen.html",
      "assets/sql/sql-wasm.wasm"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "sidePanel",
    "tabs",
    "scripting",
    "activeTab",
    "webNavigation",
    "storage",
    "offscreen",
    "history",
    "alarms",
    "bookmarks"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.unleash.so/*",
      "https://*.unleash.team/*",
      "http://localhost:4200/*",
      "http://localhost:8080/*"
    ]
  },
  "action": {},
  "commands": {
    "_execute_action": {
      "description": "Open Unleash Launch Bar",
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "Command+J"
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "embed-sdk.js",
        "embed.html",
        "init-embed.js",
        "container.html",
        "home.html",
        "fonts.css",
        "dock-dial.svg",
        "float-dial.png",
        "components/*",
        "index.html"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "google.html"
      ],
      "matches": [
        "https://www.google.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}