{
  "name": "ezItemizer · Trailer Parts Inventory",
  "short_name": "ezItemizer",
  "description": "Industrial-grade parts tracking for trailer manufacturers. Stock levels, low-stock alerts, audited movement history.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["business", "productivity", "utilities"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Parts",
      "url": "/parts",
      "description": "Browse inventory"
    },
    {
      "name": "Transactions",
      "url": "/transactions",
      "description": "Stock movement log"
    },
    {
      "name": "Reports",
      "url": "/reports",
      "description": "Financial overview"
    }
  ]
}
