{
  "name": "People's Analog Assembly",
  "short_name": "PAA Reggae",
  "description": "Instrument books and rehearsal setlist player for People's Analog Assembly.",
  "start_url": "/band/index.html",
  "scope": "/band/",
  "display": "standalone",
  "theme_color": "#1D3557",
  "background_color": "#0d1f33",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["music", "audio", "education"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/img/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Books",
      "short_name": "Books",
      "description": "Jump to latest instrument songbooks",
      "url": "/band/index.html#books",
      "icons": [{"src": "/img/icon-books.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Setlist Player",
      "short_name": "Player",
      "description": "Jump to the audio setlist player",
      "url": "/band/index.html#playlist",
      "icons": [{"src": "/img/icon-player.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}