{
  "name": "Maintllinx",
  "short_name": "Maintllinx",
  "description": "Gestione manutenzioni e impianti",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a237e",
  "orientation": "any",
  "version": "2.0",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{
        "name": "audio",
        "accept": ["audio/*", "video/mp4", "audio/ogg", "audio/mpeg"]
      }]
    }
  }
}
