{
  "name": "VRA-I",
  "short_name": "VRA-I",
  "description": "Aujourd'hui encore, vos photos sont une preuve.",
  "start_url": "/pwa.html",
  "display": "standalone",
  "background_color": "#C6FB03",
  "theme_color": "#080808",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/pwa.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}