{
  "name": "S.L Touch Admin",
  "short_name": "SLT Admin",
  "description": "Admin app for The S.L Touch: create invoices, mark them paid and manage bookings from your phone.",
  "start_url": "/admin?tab=invoices",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1E7BFF",
  "background_color": "#FAFAFA",
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New invoice", "short_name": "New invoice", "url": "/admin?tab=new-invoice" },
    { "name": "Invoices", "short_name": "Invoices", "url": "/admin?tab=invoices" },
    { "name": "Bookings", "short_name": "Bookings", "url": "/admin?tab=bookings" }
  ]
}
