{
    "name": "allez bike",
    "short_name": "allez bike",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#262D34",
    "background_color": "#262D34",
    "start_url": "https://allez.bike",
    "display": "standalone",
    "share_target": {
      "action": "/share",
      "method": "GET",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url"
      }
    }
}