{
  "name": "EZNow.Biz — AI Business OS",
  "short_name": "EZNow",
  "description": "AI-powered business operating system for local businesses",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Leads",
      "url": "/modules/leads",
      "description": "View and manage incoming leads"
    },
    {
      "name": "POS",
      "url": "/modules/pos",
      "description": "Collect payments"
    },
    {
      "name": "Booking",
      "url": "/modules/booking",
      "description": "View your schedule"
    }
  ]
}
