{
  "name": "REOS Foto",
  "short_name": "REOS Foto",
	"id": "./reos-foto.html",
  "start_url": "./reos-foto.html",
	"scope": "./",
  "display": "standalone",
  "display_override": ["fullscreen", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#E3000F",
  "background_color": "#222222",
  "icons": [
    {
      "src": "./app/img/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "./app/img/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./app/img/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
	  "share_target": {
    "action": "./reos-foto.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  }

}
	