{
  "name": "ReVoice",
  "short_name": "ReVoice",
  "description": "Manage your choir, repertoire, events and rehearsals — all in one elegant space.",
  "start_url": "./pages/login.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F8F6F1",
  "theme_color": "#1B2A4A",
  "orientation": "portrait-primary",
  "lang": "en",
  "icons": [
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["music", "productivity"],
  "shortcuts": [
    {
      "name": "Repertoire",
      "url": "./pages/repertoire.html",
      "description": "View choir repertoire"
    },
    {
      "name": "Rehearsals",
      "url": "./pages/rehearsals.html",
      "description": "View upcoming rehearsals"
    }
  ]
}
