{
  "name": "Vox - Voice to Text",
  "short_name": "Vox",
  "description": "Free open-source voice-to-text app with local speech recognition and AI enhancement",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "screenshots": [
    {
      "src": "/assets/og-image.jpg",
      "sizes": "1000x525",
      "type": "image/jpeg",
      "label": "Vox main interface"
    }
  ],
  "shortcuts": [],
  "related_applications": [
    {
      "platform": "macos",
      "url": "https://github.com/app-vox/vox/releases/latest"
    }
  ],
  "prefer_related_applications": false
}
