{
  "name": "Universal Cardbox",
  "short_name": "Cardbox",
  "description": "Render .cards/.bards decks as a swipeable deck, open InFlo (.inflo) note documents, preview txt, md, json, jsonl, js, svg, xml, html, opml, py and bin files, and open images (png, jpg, gif, bmp, ico, webp, avif, apng, heic) with HSL analysis, EXIF/metadata framing and export tools.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#403216",
  "background_color": "#403216",
  "lang": "en",
  "icons": [
    { "src": "/favicon.ico", "sizes": "16x16 32x32", "type": "image/x-icon" },
    { "src": "/icon-16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "/icon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/icon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "/icon-64.png", "sizes": "64x64", "type": "image/png" },
    { "src": "/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-monochrome-192.png", "sizes": "192x192", "type": "image/png", "purpose": "monochrome" },
    { "src": "/icon-monochrome-512.png", "sizes": "512x512", "type": "image/png", "purpose": "monochrome" }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/x-cards": [".cards"],
        "application/x-bards": [".bards"],
        "application/x-inflo": [".inflo"],
        "text/plain": [".txt", ".cards"],
        "text/markdown": [".md"],
        "application/json": [".json", ".jsonl"],
        "text/javascript": [".js"],
        "image/svg+xml": [".svg"],
        "application/xml": [".xml", ".opml"],
        "text/html": [".html", ".htm"],
        "text/x-python": [".py"],
        "text/css": [".css"],
        "text/x-scss": [".scss"],
        "text/x-sass": [".sass"],
        "text/x-less": [".less"],
        "application/yaml": [".yaml", ".yml"],
        "application/toml": [".toml"],
        "text/x-ini": [".ini"],
        "text/x-typescript": [".ts", ".tsx"],
        "application/x-sh": [".sh", ".bash"],
        "application/sql": [".sql"],
        "text/csv": [".csv"],
        "image/png": [".png", ".apng"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/gif": [".gif"],
        "image/bmp": [".bmp"],
        "image/x-icon": [".ico"],
        "image/webp": [".webp"],
        "image/avif": [".avif"],
        "image/heic": [".heic"],
        "image/heif": [".heif"],
        "application/octet-stream": [".cards", ".bards", ".tar", ".bin", ".inflo"]
      },
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "application/x-cards",
            "application/x-bards",
            "application/x-inflo",
            "text/plain",
            "text/markdown",
            "application/json",
            "text/javascript",
            "image/svg+xml",
            "application/xml",
            "text/html",
            "text/x-python",
            "text/css",
            "text/x-scss",
            "text/x-sass",
            "text/x-less",
            "application/yaml",
            "application/toml",
            "text/x-ini",
            "text/x-typescript",
            "application/x-sh",
            "application/sql",
            "text/csv",
            "image/png",
            "image/jpeg",
            "image/gif",
            "image/bmp",
            "image/x-icon",
            "image/webp",
            "image/avif",
            "image/heic",
            "image/heif",
            "application/octet-stream"
          ]
        }
      ]
    }
  }
}
