{
  "name": "PIM - Parts Inventory Manager",
  "short_name": "PIM",
  "description": "Parts Inventory Manager — track, search, and label your parts inventory",
  "start_url": "/parts",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1c2b4a",
  "theme_color": "#1c2b4a",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
