{
  "id": "/",
  "name": "NLSB.XYZ",
  "short_name": "NLSB",
  "description": "Singapore creative studio — branding, web, print, photobooth, and events.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#F0F0F0",
  "theme_color": "#121212",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Our Work",
      "short_name": "Work",
      "description": "View our portfolio",
      "url": "/work",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Photobooth",
      "short_name": "Booth",
      "description": "Event photobooth experiences",
      "url": "/photobooth",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Start a project with us",
      "url": "/contact",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "design"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
