{
  "id": "/",
  "name": "PRL Community Hub",
  "short_name": "PRL Hub",
  "description": "Hub ufficiale della Project Race League",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "orientation": "portrait",

  "theme_color": "#050508",
  "background_color": "#050508",

  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}