{
  "name": "DGR eLearning - Dangerous Goods Regulations Training",
  "short_name": "DGR eLearning",
  "description": "Interactive cabin crew training platform for Dangerous Goods Regulations based on ICAO Technical Instructions and IATA DGR Edition 2024",
  "version": "1.0.0",
  "manifest_version": 3,
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0ea5e9",
  "theme_color": "#0ea5e9",
  "categories": ["education", "productivity", "business"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/?view=dashboard",
      "description": "View your learning dashboard"
    },
    {
      "name": "Flashcards",
      "short_name": "Cards",
      "url": "/?view=flashcards",
      "description": "Study flashcards"
    },
    {
      "name": "Final Exam",
      "short_name": "Exam",
      "url": "/?view=exam",
      "description": "Take the final exam"
    }
  ]
}
