{
  "name": "LET-iReview-U",
  "short_name": "LET Review",
  "description": "Gamified LET reviewer — study lessons, practice quizzes, and timed mock exams for the Licensure Examination for Teachers.",
  "start_url": "./index.php",
  "scope": ".",
  "display": "standalone",
  "background_color": "#2563eb",
  "theme_color": "#2563eb",
  "lang": "en",
  "orientation": "portrait",
  "categories": ["education"],
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "assets/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/icons/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ]
}