{
  "name": "HandyPebble Document Editor",
  "short_name": "Document Editor",
  "description": "Edit DOCX and text documents locally on a desktop computer.",
  "start_url": "/document-editor/",
  "scope": "/document-editor/",
  "display": "standalone",
  "background_color": "#f7f9fc",
  "theme_color": "#f7f9fc",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/document-editor/",
      "accept": {
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "text/plain": [".txt"],
        "application/rtf": [".rtf"],
        "application/pdf": [".pdf"]
      }
    }
  ]
}
