{
  "name": "PlayShop",
  "short_name": "Mobile PWA and Site Templates with Built-in Saas Function",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#EBEDF4",
  "theme_color": "#308eb0",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "blazor-store-logo.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "blazor-store-logo.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ]
}