{
  "name": "Exodus Cinema & Cafe",
  "short_name": "Exodus",
  "description": "Cinema, lounge, and game center in Makurdi. Book tickets, order food, and track your orders.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#DC2626",
  "lang": "en-NG",
  "categories": ["entertainment", "food", "lifestyle"],
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a movie",
      "short_name": "Cinema",
      "url": "/cinema",
      "description": "See what's showing and book tickets"
    },
    {
      "name": "Order food",
      "short_name": "Lounge",
      "url": "/lounge",
      "description": "Browse menu and place an order"
    },
    {
      "name": "Book a game",
      "short_name": "Games",
      "url": "/games",
      "description": "Reserve a gaming session"
    }
  ]
}
