site.webmanifest 489 B

1234567891011121314151617181920
  1. {
  2. "name": "Zakee's Planet",
  3. "short_name": "Zakee's Planet",
  4. "icons": [
  5. {
  6. "src": "/android-chrome-192x192.png",
  7. "sizes": "192x192",
  8. "type": "image/png"
  9. },
  10. {
  11. "src": "/android-chrome-512x512.png",
  12. "sizes": "512x512",
  13. "type": "image/png"
  14. }
  15. ],
  16. "theme_color": "#54bab9",
  17. "background_color": "#54bab9",
  18. "start_url": "https://zak.ee",
  19. "display": "standalone"
  20. }