{
  "name": "medocx",
  "short_name": "medocx",
  "description": "A local-first DOCX workspace.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#dbe5e5",
  "theme_color": "#111111",
  "icons": [
    {"src": "./icons/medocx-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "./icons/medocx-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "./icons/medocx-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable"},
    {"src": "./icons/medocx-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "file_handlers": [{
    "action": "./",
    "accept": {"application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"]}
  }],
  "launch_handler": {"client_mode": "navigate-existing"},
  "shortcuts": [
    {"name": "New document", "url": "./?new=1"},
    {"name": "Library", "url": "./?panel=library"}
  ]
}
