{
  "name": "Artvio - AI Image Generator",
  "short_name": "Artvio",
  "description": "Create stunning AI-generated images from text prompts. Fast, free, and unlimited AI art generation.",
  "start_url": "/generate",
  "display": "standalone",
  "background_color": "#080810",
  "theme_color": "#7C3AED",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "categories": ["entertainment", "productivity", "photo"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}