wekan-manifest.json 440 B

12345678910111213141516171819202122
  1. {
  2. "name": "Wekan",
  3. "short_name": "Wekan",
  4. "description": "The open-source kanban",
  5. "lang": "en-US",
  6. "icons": [
  7. {
  8. "src": "/wekan-logo-150.png",
  9. "type": "image/png",
  10. "sizes": "150x150"
  11. },
  12. {
  13. "src": "/wekan-logo-150.svg",
  14. "type": "image/svg+xml",
  15. "sizes": "150x150"
  16. }
  17. ],
  18. "display": "standalone",
  19. "background_color": "#dedede",
  20. "theme_color": "#dedede",
  21. "start_url": "/"
  22. }