{
  "id": "./?source=pwa",
  "name": "Recall — A Study & Exam Planner (Spaced Repetition)",
  "short_name": "Recall",
  "description": "A warm, offline-first study planner: add an exam date and Recall plans backward for you, while every topic rides a Leitner-style spaced-repetition schedule so you always know what's due for review today. 100% local, no account.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F1E3",
  "theme_color": "#F7F1E3",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Start review", "short_name": "Review", "description": "Jump to today's due-review queue", "url": "./?action=review&source=shortcut", "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
