{
  "name": "EdenText",
  "short_name": "EdenText",
  "description": "Your personal word processor with a private server document library and automatic saving.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#e6e9eb",
  "theme_color": "#52748b",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "application/vnd.oasis.opendocument.text": [".odt"],
        "application/vnd.oasis.opendocument.text-template": [".ott"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.template": [".dotx"]
      }
    }
  ]
}
