{
  "name": "GLSL Editor",
  "short_name": "GLSL Editor",
  "description": "Browser-based GLSL editor by SrPumpkin with live rendering, sharing, export, and resource support.",
  "lang": "en",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#15121d",
  "theme_color": "#15121d",
  "categories": [
    "developer",
    "graphics",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
