{
  "name": "LineUp",
  "short_name": "LineUp",
  "description": "Skip the wait. Join the line from your phone.",
  "start_url": "/directory",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0F1A",
  "theme_color": "#4A9FE8",
  "orientation": "portrait",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Find a Business",
      "url": "/directory",
      "description": "Browse businesses near you"
    },
    {
      "name": "Register Business",
      "url": "/register",
      "description": "Add your business to LineUp"
    }
  ]
}