{
  "name": "Narration Studio",
  "short_name": "Narration Studio",
  "description": "Twitch, YouTube, and TikTok chat text-to-speech for streamers.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b0910",
  "theme_color": "#0b0910",
  "orientation": "any",
  "icons": [
    {
      "src": "./ns-logo.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./ns-banner.png",
      "sizes": "610x200",
      "type": "image/png"
    }
  ]
}