site.webmanifest 390 B

12345678910111213141516171819
  1. {
  2. "name": "NiceGUI",
  3. "short_name": "NiceGUI",
  4. "icons": [
  5. {
  6. "src": "/favicon/android-chrome-192x192.png",
  7. "sizes": "192x192",
  8. "type": "image/png"
  9. },
  10. {
  11. "src": "/favicon/android-chrome-384x384.png",
  12. "sizes": "384x384",
  13. "type": "image/png"
  14. }
  15. ],
  16. "theme_color": "#5898d4",
  17. "background_color": "#5898d4",
  18. "display": "standalone"
  19. }