{
  "id": "/",
  "name": "LILO Learning Platform",
  "short_name": "LILO",
  "description": "Practice real data structures in the browser.",
  "start_url": "/curriculum",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "developer"],
  "screenshots": [
    {
      "src": "/icons/screenshot-desktop.png",
      "sizes": "3456x2234",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LILO - Desktop"
    },
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "782x1694",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LILO - Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Curriculum",
      "short_name": "Curriculum",
      "url": "/curriculum",
      "description": "Jump straight to your modules"
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "url": "/settings",
      "description": "Account and preferences"
    }
  ]
}
