{
  "name": "Bookoraa",
  "short_name": "Bookoraa",
  "description": "Booking infrastructure for every business — restaurants, salons, clinics, hotels, workshops.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0C0C0C",
  "theme_color": "#e85d04",
  "orientation": "portrait-primary",
  "categories": ["business", "food", "productivity", "lifestyle"],
  "icons": [
    {"src": "/bookora-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/bookora-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/bookora-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"},
    {"src": "/bookora-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any"},
    {"src": "/favicon-star.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any"}
  ],
  "screenshots": [],
  "shortcuts": [
    {"name": "Create Business", "short_name": "Signup", "description": "Create a new Bookoraa business.", "url": "/auth/register"},
    {"name": "Business dashboard", "short_name": "Dashboard", "description": "Open the Bookoraa business dashboard.", "url": "/auth/local"},
    {"name": "Book a table", "short_name": "Tables", "description": "Open a demo restaurant booking flow.", "url": "/book/golden-spoon"},
    {"name": "Book an appointment", "short_name": "Appointments", "description": "Open a demo appointment booking flow.", "url": "/book/luxe-salon"}
  ]
}
