{
  "name": "Certified Automotive",
  "short_name": "Certified Auto",
  "description": "Workshop management for Certified Automotive",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAFAFA",
  "theme_color": "#00B140",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Bookings",
      "url": "/bookings",
      "description": "View and manage bookings"
    },
    {
      "name": "New Invoice",
      "url": "/invoices?action=new",
      "description": "Create a new tax invoice"
    },
    {
      "name": "New Expense",
      "url": "/expenses?action=new",
      "description": "Record an expense"
    }
  ]
}
