app.webmanifest 571 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "Emilia",
  3. "short_name": "Emilia",
  4. "start_url": "./meals",
  5. "icons": [
  6. {
  7. "src": "/favicons/android-chrome-192x192.png",
  8. "sizes": "192x192",
  9. "type": "image/png"
  10. },
  11. {
  12. "src": "/favicons/android-chrome-512x512.png",
  13. "sizes": "512x512",
  14. "type": "image/png"
  15. },
  16. {
  17. "src": "/favicons/maskable_icon_x192.png",
  18. "sizes": "192x192",
  19. "type": "image/png",
  20. "purpose": "maskable"
  21. }
  22. ],
  23. "theme_color": "#3cb45a",
  24. "background_color": "#3cb45a",
  25. "display": "fullscreen"
  26. }