{
  "app": {
    "background": {
    }
  },
  "manifest_version": 1,
  "name": "Vizatellum",
  "short_name": "VZT",
  "version": "1.0.0",
  "scope": "/",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#37474f",
  "theme_color": "#f7df40",
  "orientation": "portrait",
  "default_locale": "it",
  "description": "Scopri quale parlamento ti meriti",
  "icons": [
    {
    "src": "pictures/logo-192.png",
    "sizes": "192x192",
    "type": "image/png"
    },
    {
    "src": "pictures/logo-256.png",
    "sizes": "256x256",
    "type": "image/png"
    },
    {
    "src": "pictures/logo-384.png",
    "sizes": "384x384",
    "type": "image/png"
    },
    {
    "src": "pictures/logo-512.png",
    "sizes": "512x512",
    "type": "image/png"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
