{
  "name": "PianoQuest – Learn Piano Daily",
  "short_name": "PianoQuest",
  "description": "Learn piano from beginner to intermediate with gamified lessons, waterfall notes, and real piano sounds",
  "theme_color": "#0d0f1a",
  "background_color": "#0d0f1a",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "music", "games"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Continue Learning",
      "short_name": "Continue",
      "description": "Resume your current lesson",
      "url": "/?view=lessons",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Play Songs",
      "short_name": "Songs",
      "description": "Browse the song library",
      "url": "/?view=songs",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
