{
  "name": "PyDevices Simulator",
  "short_name": "Simulator",
  "description": "Interactive MicroPython WebAssembly playground for LVGL, pdwidgets, pygraphics, and displaydev",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#100e0b",
  "background_color": "#100e0b",
  "icons": [
    {
      "src": "/assets/img/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/logo-avatar.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
