Office online OfficeWork for XLS DOC and PPT

Office online OfficeWork for XLS DOC and PPT

Create and edit DOC, XLS and PPT files with an Office Suite online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "1.4.1",
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/app_38.png"
  },
  "options_page": "settings.html",
  "icons": {
    "16": "icons/app_16.png",
    "48": "icons/app_48.png",
    "128": "icons/app_128.png"
  },
  "permissions": [
    "storage",
    "webRequest"
  ],
  "background": {
    "service_worker": "service.js"
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}