{
  "name": "Dotnet Core Playground",
  "short_name": "DotnetPlayground",
  "description": "A web playground for experimenting with .NET Core code, featuring interactive coding, testing, and learning tools.",
  "theme_color": "#8b0000",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/dotnet/",
  "start_url": "/dotnet/",
  "id": "/dotnet/",
  "icons": [
    {
      "src": "/dotnet/images/sandbox-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/dotnet/images/sandbox-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/dotnet/images/sandbox-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Inkball game screenshot"
    },
    {
      "src": "/dotnet/images/sandbox-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Inkball game screenshot"
    }
  ]
}