{
  "name": "PDFcafe Print Kiosk",
  "short_name": "PDFcafe",
  "description": "Send PDFs and images from your phone for instant printouts.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F4F1EC",
  "theme_color": "#F4F1EC",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/_share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "shared_files",
          "accept": [
            "application/pdf", 
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/msword",
            "image/jpeg", 
            "image/png"
          ]
        }
      ]
    }
  }
}