{
  "name": "Keytune",
  "short_name": "Keytune",
  "description": "Learn touch typing while playing music. Every key on your keyboard produces a musical note.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0b09",
  "theme_color": "#e8a44a",
  "orientation": "landscape",
  "categories": ["education", "music", "productivity"],
  "icons": [
    {
      "src": "/icon-192x192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg"
    },
    {
      "src": "/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    },
    {
      "src": "/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Free Play",
      "short_name": "Play",
      "description": "Start free play mode",
      "url": "/app/freeplay"
    },
    {
      "name": "Lessons",
      "short_name": "Learn",
      "description": "Start a typing lesson",
      "url": "/app/lessons"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
