{
  "name": "Jeremy G Sheets",
  "short_name": "Jeremy G Sheets",
  "description": "Sheet music + live-broadcast across Ratzon, Yirmi G, and Jeremy Asher Music",
  "start_url": "/sheets/?source=pwa",
  "scope": "/sheets/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "fullscreen"
  ],
  "orientation": "any",
  "background_color": "#0A0A0A",
  "theme_color": "#c9a35d",
  "categories": [
    "music",
    "productivity"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/sheets/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/sheets/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/sheets/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/sheets/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live broadcast",
      "short_name": "Live",
      "description": "Start or join a live sheet-music session",
      "url": "/sheets/live/",
      "icons": [
        {
          "src": "/sheets/assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Scan a sheet",
      "short_name": "Scan",
      "description": "Camera-scan sheet music",
      "url": "/sheets/scan/",
      "icons": [
        {
          "src": "/sheets/assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "Quick notes per sheet",
      "url": "/sheets/notes/",
      "icons": [
        {
          "src": "/sheets/assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Goals",
      "short_name": "Goals",
      "description": "Practice + life goals tracker",
      "url": "/sheets/reminders/goals.php",
      "icons": [
        {
          "src": "/sheets/assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}