manifest.json 290 B

12345678910111213141516
  1. {
  2. "name": "Open WebUI",
  3. "short_name": "Open WebUI",
  4. "start_url": "/",
  5. "display": "standalone",
  6. "background_color": "#343541",
  7. "theme_color": "#343541",
  8. "orientation": "portrait-primary",
  9. "icons": [
  10. {
  11. "src": "/favicon.png",
  12. "type": "image/png",
  13. "sizes": "844x884"
  14. }
  15. ]
  16. }