{
  "name": "Accelerato for Musicians",
  "short_name": "Accelerato",
  "description": "Practice tracker and audition preparation tool for musicians",
  "lang": "en",
  "dir": "ltr",
  "id": "/repertoire",
  "start_url": "/repertoire",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0b0d13",
  "theme_color": "#0b0d13",
  "orientation": "any",
  "categories": ["music", "education", "productivity"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Repertoire",
      "short_name": "Repertoire",
      "description": "View and manage your repertoire",
      "url": "/repertoire",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Practice Plan",
      "short_name": "Plan",
      "description": "Review your practice plan",
      "url": "/plan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Practice Log",
      "short_name": "Log",
      "description": "Browse your practice log",
      "url": "/log",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
