{
  "name": "FeelThere - Live Multistreaming",
  "short_name": "FeelThere",
  "description": "The ultimate mobile-first live multistreaming studio. Stream in 1080p to YouTube, Facebook, Twitch, and Custom RTMP directly from your phone.",
  "categories": ["live streaming", "multistreaming", "streaming app"],
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "scope": "/",
  "orientation": "any",
  "icons": [
    {
      "src": "/src/assets/images/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/src/assets/images/icon_big.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}