{
  "name": "Runner - Bitflip Studio",
  "short_name": "Runner",
  "description": "JavaScript playground with syntax highlighting, sandboxed execution, and console output. Private, offline-friendly.",
  "start_url": "/tool/runner.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#0a0a0b",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
