manifest.webmanifest 489 B

1234567891011121314151617181920
  1. {
  2. "background_color": "rgb(117,117,117)",
  3. "description": "Chat from your desktop with Threema Web and have full access to all chats, contacts and media files.",
  4. "display": "standalone",
  5. "icons": [
  6. {
  7. "src": "img/favicon.ico",
  8. "sizes": "64x64",
  9. "type": "image/x-icon"
  10. },
  11. {
  12. "src": "img/threema-576x576.png",
  13. "sizes": "576x576",
  14. "type": "image/png"
  15. }
  16. ],
  17. "name": "Threema Web",
  18. "short_name": "Threema Web",
  19. "start_url": "."
  20. }