{
  "name": "Nano Spaces",
  "short_name": "NanoSpaces",
  "description": "Multi-tenant space booking platform",
  "start_url": "/calendar",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4F7EFA",
  "background_color": "#F8F9FB",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Booking",
      "url": "/calendar",
      "description": "Open the calendar to make a booking"
    }
  ]
}
