{
  "name": "Partlocker",
  "short_name": "Partlocker",
  "description": "HVAC & Mechanical Parts Inventory",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#0a0b0f",
  "theme_color": "#4F1DB5",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["business", "utilities"],
  "shortcuts": [
    {
      "name": "Add Part",
      "short_name": "Add",
      "description": "Add a new part to inventory",
      "url": "/?action=add",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
