Examine source code of Microsoft Search

Inspect and view changes in Microsoft Search source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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/*"
  ]
}