1
0

manifest.webmanifest 385 B

1234567891011121314151617181920
  1. {
  2. "name": "LibreSpeed",
  3. "short_name": "LibreSpeed",
  4. "start_url": "./",
  5. "display": "standalone",
  6. "background_color": "#000000",
  7. "theme_color": "#000000",
  8. "icons": [
  9. {
  10. "src": "images/icon-192.png",
  11. "sizes": "192x192",
  12. "type": "image/png"
  13. },
  14. {
  15. "src": "images/icon-512.png",
  16. "sizes": "512x512",
  17. "type": "image/png"
  18. }
  19. ]
  20. }