{
  "name": "EQExpert",
  "short_name": "EQExpert",
  "description": "Live sound mentor by Markex Productions. Turn what you hear into the next console move.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#070909",
  "theme_color": "#070909",
  "icons": [
    {
      "src": "assets/icons/eqexpert.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/eqexpert-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "assets/icons/eqexpert-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/eqexpert-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/eqexpert-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "scope": "/app"
}