{
  "name": "MotoServicePro",
  "short_name": "MotoServicePro",
  "description": "Motorcycle service tracker — log services, track costs, schedule maintenance.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f0f",
  "theme_color": "#e86c1e",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log a service",
      "url": "/history",
      "description": "Quickly log a new service entry"
    },
    {
      "name": "My Garage",
      "url": "/bikes",
      "description": "View your garage"
    }
  ]
}
