{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Rustal — Web Rustlings",
  "short_name": "Rustal",
  "description": "Learn Rust by fixing small broken exercises. Official Rustlings curriculum running 100% locally in your browser with real-time compilation and offline support.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["education", "developer", "utilities"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Practice Exercises",
      "short_name": "Practice",
      "description": "Jump straight into Rustlings exercises",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1675x939",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Rustal Desktop Workspace"
    }
  ]
}
