{
  "name": "Elysian Events Inventory",
  "short_name": "Elysian",
  "description": "Elysian Events Premium High-Performance Asset Management and QR Scanner System.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#101622",
  "theme_color": "#49543F",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/logo-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/logo-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/logo-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Item",
      "short_name": "Scan",
      "description": "Instantly open the QR code scanner",
      "url": "/?action=scan",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Add Item",
      "short_name": "Add",
      "description": "Add a new inventory item",
      "url": "/?action=add",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
