{
  "name": "fotoAumatell",
  "short_name": "Kiosk Aumatell",
  "description": "Bústia de recepció de fotos per al Kiosk",
  "start_url": "pujar_app.php",
  "display": "standalone",
  "background_color": "#2c3e50",
  "theme_color": "#27ae60",
  "icons": [
    {
      "src": "logo_branded_small.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "pujar_app.php?share=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "photos",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
