{
  "short_name": "FilmOps",
  "name": "FilmOps App",
  "description": "App operativa per presenze, clienti, lavorazioni, documenti e spese.",
  "id": "/operator-app",
  "start_url": "/operator-app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#04121e",
  "theme_color": "#04121e",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/brands/platform/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Presenze",
      "short_name": "Presenze",
      "description": "Apri timbratura geolocalizzata",
      "url": "/operator-app?section=attendance",
      "icons": [{ "src": "/brands/platform/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Lavorazioni",
      "short_name": "Lavori",
      "description": "Apri le lavorazioni assegnate",
      "url": "/operator-app?section=work-orders",
      "icons": [{ "src": "/brands/platform/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
