{
  "name": "ANCHOR Music Arkansas",
  "short_name": "ANCHOR Music",
  "description": "Statewide ANCHOR music-community, Lighthouse learning, band formation, rehearsal, equipment, regional scene and performance system.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f3e6cd",
  "theme_color": "#ffd91f",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Lighthouse Learning",
      "short_name": "Learn",
      "url": "lighthouse-learning.html"
    },
    {
      "name": "Practice Lab",
      "short_name": "Practice",
      "url": "practice-lab.html"
    },
    {
      "name": "Band Forge",
      "short_name": "Bands",
      "url": "groups.html"
    },
    {
      "name": "Music Port",
      "short_name": "Port",
      "url": "music-port.html"
    }
  ]
}