{
  "name": "Hanzi Loop",
  "short_name": "Hanzi Loop",
  "description": "Master Chinese characters with spaced repetition, streaks, and XP gamification",
  "start_url": "/review",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0D0D0D",
  "background_color": "#F5F2EB",
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "/favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Reviewing",
      "short_name": "Review",
      "description": "Open the review session",
      "url": "/review?utm_source=pwa_shortcut",
      "icons": [{ "src": "/favicon.ico", "sizes": "192x192", "type": "image/x-icon" }]
    },
    {
      "name": "Manage Decks",
      "short_name": "Decks",
      "description": "Browse and manage your decks",
      "url": "/decks?utm_source=pwa_shortcut",
      "icons": [{ "src": "/favicon.ico", "sizes": "192x192", "type": "image/x-icon" }]
    }
  ]
}
