{
  "name": "Musical Journey",
  "short_name": "Musical Journey",
  "description": "Learn music theory, meet composers and performers, and play along with your instrument!",
  "start_url": "/instruments.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A3A6B",
  "theme_color": "#0A3A6B",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "music"],
  "shortcuts": [
    {
      "name": "Music Theory",
      "short_name": "Theory",
      "url": "/theory/theory.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meet the Makers",
      "short_name": "Makers",
      "url": "/makers-hub.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Play Along",
      "short_name": "Play",
      "url": "/instruments/library.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
