{
  "name": "Creeo AI",
  "short_name": "Creeo AI",
  "version": "2.3.0",
  "description": "AI-powered creative tools for image generation, video creation, voice synthesis, and more",
  "start_url": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "background_color": "#0a0a0a",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "photo", "entertainment"],
  "shortcuts": [
    {
      "name": "Image Generation",
      "short_name": "Image",
      "description": "Generate AI images",
      "url": "/image",
      "icons": [
        {
          "src": "/C.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Video Generation",
      "short_name": "Video",
      "description": "Generate AI videos",
      "url": "/video",
      "icons": [
        {
          "src": "/C.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Voice Generation",
      "short_name": "Voice",
      "description": "Generate AI voices",
      "url": "/voice",
      "icons": [
        {
          "src": "/C.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}

