{
  "name": "ZeroSync",
  "short_name": "ZeroSync",
  "description": "L'app per dividere le spese con gli amici.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0B0E14",
  "theme_color": "#0B0E14",
  "orientation": "portrait",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://tuttotool.com/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}