{
  "name": "Fieldnote",
  "short_name": "Fieldnote",
  "description": "A small, local-first Markdown editor.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "launch_handler": { "client_mode": "auto" },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/markdown": [".md", ".markdown"],
        "text/plain": [".md", ".markdown"]
      }
    }
  ],
  "background_color": "#f4f0e8",
  "theme_color": "#f4f0e8",
  "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }]
}
