XlsCloud - editor for xls & xlsx

XlsCloud - editor for xls & xlsx

Create or edit spreadsheets that use OpenDocument format (ODF) and Microsoft Excel xls/xlsx formats.

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.2.2",
  "description": "__MSG_description__",
  "default_locale": "en",
  "options_page": "settings.html",
  "action": {
    "default_popup": "boot.html",
    "default_icon": "icns/i_38.png"
  },
  "icons": {
    "16": "icns/i_16.png",
    "48": "icns/i_48.png",
    "128": "icns/i_128.png"
  },
  "permissions": [
    "storage"
  ]
}