{
  "name": "STAT 312 Revision",
  "short_name": "STAT 312",
  "description": "Offline revision app for STAT 312 Stochastic Processes — Qatar University. Flashcards, practice quizzes, formula sheet.",
  "id": "/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f6f8",
  "theme_color": "#8A1538",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education"],
  "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/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "./icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Flashcards", "url": "./index.html#/flashcards" },
    { "name": "Practice Quizzes", "url": "./index.html#/quizzes" },
    { "name": "Formula Sheet", "url": "./index.html#/formulas" }
  ]
}
