{
  "name": "SmartUp Orders - AI-Powered Admin Dashboard for Foodservice Wholesalers",
  "short_name": "SmartUp Orders",
  "description": "Transform your foodservice wholesale business with AI-powered order management, inventory tracking, and customer analytics. Streamline operations for food distributors and wholesalers.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SmartUp Orders Dashboard - Desktop View"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SmartUp Orders Dashboard - Mobile View"
    }
  ],
  "categories": ["business", "productivity", "utilities", "food"],
  "keywords": [
    "foodservice",
    "wholesale",
    "AI",
    "orders",
    "dashboard",
    "inventory",
    "distribution",
    "restaurant",
    "supply chain"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+smartup",
      "url": "/order?id=%s"
    }
  ]
} 