Glean Canary

Glean Canary

Glean is the work assistant with intuition. Search across all your company's apps to find exactly what you need.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "images/logo-16.png",
      "32": "images/logo-32.png",
      "48": "images/logo-48.png",
      "128": "images/logo-128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_scripts": [
    {
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "https://app.box.com/*",
        "https://*.asana.com/*",
        "https://*.atlassian.net/*",
        "https://*.docebosaas.com/*",
        "https://docs.google.com/*",
        "https://*.docusign.com/*",
        "https://drive.google.com/*",
        "https://*.dropbox.com/*",
        "https://*.force.com/*",
        "https://github.com/*",
        "https://*.highspot.com/*",
        "https://mail.google.com/*",
        "https://*.marketo.com/*",
        "https://*.mindtouch.com/*",
        "https://*.office.com/*",
        "https://*.onedrive.live.com/*",
        "https://*.quip.com/*",
        "https://*.salesforce.com/*",
        "https://*.servicenow.com/*",
        "https://*.slack.com/*",
        "https://*.stackoverflow.com/*",
        "https://teams.microsoft.com/*",
        "https://work.facebook.com/*",
        "https://*.workday.com/*",
        "https://*.zendesk.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Glean is the work assistant with intuition. Search across all your company's apps to find exactly what you need.",
  "externally_connectable": {
    "matches": [
      "https://*.askscio.com/*",
      "https://*.glean.com/*"
    ]
  },
  "host_permissions": [],
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-32.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "manifest_version": 3,
  "name": "Glean Canary",
  "optional_host_permissions": [
    "*://*/*"
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "activeTab",
    "alarms",
    "bookmarks",
    "contextMenus",
    "history",
    "offscreen",
    "scripting",
    "storage",
    "tabs",
    "favicon",
    "declarativeNetRequestWithHostAccess"
  ],
  "storage": {
    "managed_schema": "managed_schema.json"
  },
  "version": "1.0.55",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+J",
        "mac": "Ctrl+J"
      }
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmA7TZH0ESeB5WIqBmPrbve1FbhmFMELrP9R5dDeD8d5bK/oJBGSb8W7A8Wwx0dDHD2sLRdn/dMp5Tz0Xlp/6gSgAWwPOy45qFjbdG87f/BgxZZ2LKN+EoQoaoNfEw5X3UNexUbo+C1Mxs3cJ3Uh7KfYkl3h+76NXhDPzROTKa/oAYv7yQrT0MtHvXTMge1VZF+sSOp+rrltaS7FdzAPCyeoZSRIfK7/kfgt+84anfh16etEbm2NnTiCflBAXCoWWzxaWZ8e2Cs/K76kANTg0puhEPXN2lJpuepDDceXBoCTzuIAT4Oox8/v5QgMdlYrgf7AgSbAIbFRPJIZcf2BnTwIDAQAB",
  "omnibox": {
    "keyword": "gl"
  }
}