{
  "name": "B737 Maintenance Mobile",
  "short_name": "B737 Mobile",
  "description": "Sistema di gestione manutenzione Boeing 737 per tecnici",
  "start_url": "/mobile/",
  "display": "standalone",
  "background_color": "#0a0f1c",
  "theme_color": "#0ea5e9",
  "orientation": "portrait",
  "scope": "/mobile/",
  "icons": [
    {
      "src": "/mobile/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/mobile/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "lang": "it",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Nuovo Intervento",
      "short_name": "Nuovo",
      "description": "Crea un nuovo intervento",
      "url": "/mobile/?action=new",
      "icons": [
        {
          "src": "/mobile/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Interventi Aperti",
      "short_name": "Aperti",
      "description": "Visualizza interventi aperti",
      "url": "/mobile/?filter=open",
      "icons": [
        {
          "src": "/mobile/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/mobile/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png"
    },
    {
      "src": "/mobile/screenshot-2.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/mobile/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  }
}