{
    "short_name": "DolciTool",
    "name": "DolciTool",
    "icons": [
      {
        "src": "src/manifest-icon192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "src/manifest-icon512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ],
    "prefer_related_applications": false,
    "start_url": "/",
    "background_color": "#fff",
    "theme_color": "#fff",
    "scope": "/",
    "display": "standalone"
}