{
  "name": "Universal Card Box Viewer",
  "short_name": "Card Box",
  "description": "Render any .cards file as a swipeable, themable, printable deck.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0F0F0D",
  "background_color": "#F9F9F6",
  "lang": "en",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/cover.png",
      "sizes": "1200x630",
      "type": "image/png"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/x-cards": [".cards"],
        "application/x-ndjson": [".jsonl"],
        "text/plain": [".txt"]
      },
      "launch_type": "single-client"
    }
  ]
}
