OpenOffice Calc online for xls spreadsheets

OpenOffice Calc online for xls spreadsheets

Create and edit xls and xlsx spreadsheets with OpenOffice Calc 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": "3.0.1",
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/suite_38.png"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/suite_16.png",
    "48": "icons/suite_48.png",
    "128": "icons/suite_128.png"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}