site.webmanifest 303 B

1234567891011
  1. {
  2. "name": "Hestia Control Panel",
  3. "short_name": "Hestia",
  4. "icons": [
  5. { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
  6. { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  7. ],
  8. "theme_color": "#b7236a",
  9. "background_color": "#ffffff",
  10. "display": "standalone"
  11. }