{
  "name": "VoxNeura - AI Voice Generator",
  "short_name": "VoxNeura",
  "description": "Transform text into natural speech with AI-powered voice technology",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "multimedia", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Create Voice",
      "short_name": "Voice",
      "description": "Create a new voice clone",
      "url": "/workspace?action=voice",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    }
  ]
}
