{
  "name": "Contestant Live",
  "short_name": "Contestant",
  "description": "Interactive alien broadcast gameshow by Sloane Harrow -- Galactic Syndication Network",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#1a0a2e",
  "theme_color": "#1a0a2e",
  "orientation": "portrait-primary",
  "icons": [
  {
  "src": "assets/icon-192.png",
  "sizes": "192x192",
  "type": "image/png",
  "purpose": "any maskable"
  },
  {
  "src": "assets/icon-512.png",
  "sizes": "512x512",
  "type": "image/png",
  "purpose": "any maskable"
  }
  ]
}