manifest.webmanifest 711 B

1234567891011121314151617181920212223242526
  1. {
  2. "description": "Chat from your desktop with Threema Web and have full access to all chats, contacts and media files.",
  3. "display": "standalone",
  4. "icons": [
  5. {
  6. "src": "img/favicon/favicon.ico?v=[[VERSION]]",
  7. "sizes": "48x48",
  8. "type": "image/x-icon"
  9. },
  10. {
  11. "src": "img/favicon/android-chrome-192x192.png?v=[[VERSION]]",
  12. "sizes": "192x192",
  13. "type": "image/png"
  14. },
  15. {
  16. "src": "img/favicon/android-chrome-512x512.png?v=[[VERSION]]",
  17. "sizes": "512x512",
  18. "type": "image/png"
  19. }
  20. ],
  21. "name": "Threema Web",
  22. "short_name": "Threema Web",
  23. "start_url": ".",
  24. "background_color": "rgb(117,117,117)",
  25. "theme_color": "rgb(117,117,117)"
  26. }