{
  "id": "/",
  "name": "Deckoro",
  "short_name": "Deckoro",
  "description": "A flashcard study app",
  "theme_color": "#f7f9fc",
  "background_color": "#f7f9fc",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "categories": ["education", "productivity"],
  "start_url": ".",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "icons": [
    {
      "src": "icons/icon-48.webp",
      "sizes": "48x48",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-72.webp",
      "sizes": "72x72",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-96.webp",
      "sizes": "96x96",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-128.webp",
      "sizes": "128x128",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-256.webp",
      "sizes": "256x256",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
