{
  "name": "Tellpat",
  "short_name": "Tellpat",
  "description": "Tellpat — Inventory management for Stella Maris Schools",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "categories": ["business", "productivity", "education"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Open the dashboard"
    },
    {
      "name": "Add inventory",
      "url": "/inventory/new",
      "description": "Add a new inventory item"
    },
    {
      "name": "Assign device",
      "url": "/assignments/new",
      "description": "Assign a device to a staff member"
    }
  ]
}
