{
  "name": "The Navigator's Seat",
  "short_name": "Navigator's Seat",
  "description": "Rally navigator education platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "sports"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dictionary",
      "short_name": "Dictionary",
      "description": "Quick access to rally terms dictionary",
      "url": "/dictionary",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Safety Guide",
      "short_name": "Safety",
      "description": "Rally safety information",
      "url": "/safety",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
