{
    "name": "MiniDesk",
    "short_name": "Mini",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#1E1E1E",
    "theme_color": "#283C50",
    "scope": ".",
    "description": "MiniDesk POS designed for computer repair stores.",
    "icons": [
      {
        "src": "./images/icon-192x192.webp",
        "sizes": "192x192",
        "type": "image/webp"
      },
      {
        "src": "./images/icon-512x512.webp",
        "sizes": "512x512",
        "type": "image/webp"
      }
    ],
    "lang": "en",
    "orientation": "natural",
    "id": "DrenkaiMiniDesk",
    "dir": "ltr",
    "display_override": [
      "standalone",
      "fullscreen",
      "window-controls-overlay"
    ]
  }