{
  "name": "Vintdustry Ops",
  "short_name": "Ops",
  "description": "Production floor operations for Vintdustry",
  "start_url": "/ops",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#111827",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Operaciones",
      "short_name": "Ops",
      "description": "Open the guarded operations hub",
      "url": "/ops",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Studio",
      "short_name": "Studio",
      "description": "Open the guarded studio station",
      "url": "/ops/studio",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Shipping",
      "short_name": "Ship",
      "description": "Open the guarded shipping station",
      "url": "/ops/shipping",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
