site.webmanifest 437 B

123456789101112131415161718192021
  1. {
  2. "name": "Gazperi",
  3. "short_name": "Gazperi",
  4. "description": "Educação e consultoria em IA",
  5. "start_url": "/",
  6. "display": "minimal-ui",
  7. "background_color": "#f5f0e8",
  8. "theme_color": "#b85c38",
  9. "icons": [
  10. {
  11. "src": "/img/icons/icon-192.png",
  12. "sizes": "192x192",
  13. "type": "image/png"
  14. },
  15. {
  16. "src": "/img/icons/icon-512.png",
  17. "sizes": "512x512",
  18. "type": "image/png"
  19. }
  20. ]
  21. }