{
  "name": "Storehouse",
  "short_name": "Storehouse",
  "description": "Church inventory management",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#0a0f1e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Item",
      "short_name": "Add Item",
      "description": "Add a new inventory item",
      "url": "/inventory/new",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "New Checkout",
      "short_name": "Checkout",
      "description": "Check out equipment",
      "url": "/checkouts/new",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Report Issue",
      "short_name": "Issue",
      "description": "Report an issue",
      "url": "/issues/new",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}
