{
  "name": "Peek - AI Data Visualization Platform",
  "short_name": "Peek",
  "description": "Transform any data into stunning AI-powered visualizations and dashboards in seconds",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Peek Dashboard - AI Data Visualization"
    },
    {
      "src": "/screenshots/mobile-1.png", 
      "sizes": "375x812",
      "type": "image/png",
      "platform": "narrow",
      "label": "Peek Mobile - Chart Creation"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png", 
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Chart",
      "short_name": "New Chart",
      "description": "Quickly create a new data visualization",
      "url": "/dashboard?action=new",
      "icons": [
        {
          "src": "/shortcuts/new-chart.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Upload Data",
      "short_name": "Upload",
      "description": "Upload Excel, CSV, or JSON data",
      "url": "/dashboard?action=upload",
      "icons": [
        {
          "src": "/shortcuts/upload.png",
          "sizes": "96x96", 
          "type": "image/png"
        }
      ]
    },
    {
      "name": "AI Insights",
      "short_name": "AI Insights",
      "description": "Get AI-powered data insights",
      "url": "/dashboard?tab=insights",
      "icons": [
        {
          "src": "/shortcuts/ai-insights.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
} 