{
  "name": "Drahtesel Bike Rental",
  "short_name": "Drahtesel",
  "description": "Bike rental management system",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D0D0D",
  "theme_color": "#D62828",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Gived New",
      "url": "/rental/new",
      "description": "Rent out a bike"
    },
    {
      "name": "Got Back",
      "url": "/rental/return",
      "description": "Return a bike"
    }
  ]
}
