Microsoft Search

Microsoft Search

A secure and easy way to access workplace search with Microsoft Search - find information at work like people,files,sites and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Microsoft Search",
  "description": "A secure and easy way to access workplace search with Microsoft Search - find information at work like people,files,sites and more",
  "version": "0.1.4",
  "author": "Microsoft",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/icon/icon16.png",
      "48": "images/icon/icon48.png",
      "128": "images/icon/icon128.png"
    }
  },
  "background": {
    "service_worker": "js/chromesw.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y",
        "chromeos": "Ctrl+Shift+U",
        "linux": "Ctrl+Shift+J"
      }
    }
  },
  "icons": {
    "16": "images/icon/icon16.png",
    "48": "images/icon/icon48.png",
    "128": "images/icon/icon128.png"
  },
  "permissions": [
    "alarms"
  ],
  "host_permissions": [
    "https://*.bing.com/*",
    "https://*.microsoft.com/*",
    "https://*.microsoftonline.com/*"
  ]
}