{
  "id": "./",
  "name": "Repair Wiki",
  "short_name": "Repair Wiki",
  "start_url": "./?source=pwa",
  "scope": "./",
  "background_color": "black",
  "theme_color": "black",
  "description": "PWA Wrapper for Repair Wiki",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "icons": [
    {
      "src": "./icons/icon.webp",
      "type": "image/webp",
      "sizes": "512x512"
    }
  ]
}