{
  "name": "REOS PDF-Werkstatt",
  "short_name": "REOS-PDF",
  "description": "Dokumenten-Manager, Viewer und Editor für Rettungs- und Einsatzdienste",
  "id": "./index.html",
  "start_url": "./index.html",
  "display": "standalone",
  "display_override": ["fullscreen", "minimal-ui"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "##222222",
  "icons": [
	{
      "src": "./img/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "./img/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "file_handlers": [
		{
		  "action": "./index.html",
		  "accept": {
			"application/pdf": [".pdf"]
		  }
		}
   ],
  "share_target": {
    "action": "./index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "pdf_file",
          "accept": ["application/pdf", ".pdf"]
        }
      ]
    }
  }
}
