{
  "id": "./",
  "name": "MiniSharp Studio",
  "short_name": "MiniSharp",
  "description": "A from-scratch C# to WebAssembly compiler and IDE that runs entirely in your browser.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fbfbfa",
  "theme_color": "#fbfbfa",
  "categories": ["developer", "productivity", "education"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "shortcuts": [
    { "name": "New Console app", "url": "./?new=console" },
    { "name": "New WPF app", "url": "./?new=wpf" },
    { "name": "New Class Library", "url": "./?new=library" }
  ],
  "file_handlers": [
    { "action": "./", "accept": { "text/x-minisharp": [".minisharp"], "text/x-csharp": [".cs"] } }
  ],
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}
