{
  "name": "IA Influencer - AI Content Creation",
  "short_name": "IA Influencer",
  "description": "Genera imágenes, videos y más con las mejores herramientas de inteligencia artificial",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "photo", "utilities"],
  "shortcuts": [
    {
      "name": "Generar Imagen",
      "short_name": "Imagen",
      "description": "Crear imagen con IA",
      "url": "/tools/image-generation",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Generar Video",
      "short_name": "Video",
      "description": "Crear video con IA",
      "url": "/tools/video-generation",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
