{
  "name": "VoicePrompt",
  "short_name": "VoicePrompt",
  "description": "A free voice-controlled teleprompter that follows your voice word by word.",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#e94560",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}