{
  "name": "MoSPAMS - Motorcycle Service & Parts Management",
  "short_name": "MoSPAMS",
  "description": "Motorcycle Service and Parts Management System",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Inventory",
      "url": "/dashboard/inventory",
      "description": "Manage parts inventory"
    },
    {
      "name": "Service Jobs",
      "url": "/dashboard/services",
      "description": "View active service jobs"
    },
    {
      "name": "Sales",
      "url": "/dashboard/sales",
      "description": "Record a new sale"
    }
  ]
}
