Office Web

Office Web

Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)

Merlin
Additional files are visible only to premium users

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"
  ]
}