{
  "id": "/",
  "name": "Partita — Music School OS",
  "short_name": "Partita",
  "description": "Orchestrate your music school. Students, teachers, lessons, billing and community in one place.",
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "start_url": "/dashboard",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#F8F9FA",
  "theme_color": "#F8F9FA",
  "categories": ["productivity", "education", "business"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's work",
      "short_name": "Work",
      "description": "Open your work and tasks",
      "url": "/work",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View today's schedule",
      "url": "/schedule",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Students",
      "short_name": "Students",
      "description": "Browse students",
      "url": "/students",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
