Examine source code of Office Web

Inspect and view changes in Office Web 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": "Office Web",
  "version": "0.2",
  "description": "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)",
  "icons": {
    "48": "icons/ico48.png",
    "96": "icons/ico96.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "downloads"
  ]
}