Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

manifest.json 560 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  1. {
  2. "background_color": "#ffffff",
  3. "theme_color": "#3b82f6",
  4. "name": "Chat UI",
  5. "short_name": "Chat UI",
  6. "display": "minimal-ui",
  7. "start_url": "/",
  8. "icons": [
  9. {
  10. "src": "/chatui/touch-icon-ipad-retina.png",
  11. "sizes": "167x167",
  12. "type": "image/png"
  13. },
  14. {
  15. "src": "/chatui/touch-icon-ipad.png",
  16. "sizes": "152x152",
  17. "type": "image/png"
  18. },
  19. {
  20. "src": "/chatui/touch-icon-iphone-retina.png",
  21. "sizes": "180x180",
  22. "type": "image/png"
  23. },
  24. {
  25. "src": "/chatui/favicon.png",
  26. "sizes": "192x192",
  27. "type": "image/png"
  28. }
  29. ]
  30. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...