Newer
Older
BlazorKafkaSignalR / save-points / 09-progressive-web-app / BlazingPizza.Client / wwwroot / manifest.json
@Derek Comartin Derek Comartin on 1 Jun 2021 302 bytes Init
{
  "short_name": "Blazing Pizza",
  "name": "Blazing Pizza",
  "icons": [
    {
      "src": "img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "background_color": "#860000",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#860000"
}