{
  "name": "PyPad.org",
  "short_name": "PyPad",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "description": "A free online Python interpreter and editor with text output, browser graphics, local saving, and project sharing.",
  "scope": "/"
}