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 420 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
  1. {
  2. "background_color": "#ffffff",
  3. "name": "Chat UI",
  4. "short_name": "Chat UI",
  5. "display": "standalone",
  6. "start_url": "/",
  7. "icons": [
  8. {
  9. "src": "/chatui/icon-128x128.png",
  10. "sizes": "128x128",
  11. "type": "image/png"
  12. },
  13. {
  14. "src": "/chatui/icon-256x256.png",
  15. "sizes": "256x256",
  16. "type": "image/png"
  17. },
  18. {
  19. "src": "/chatui/icon-512x512.png",
  20. "sizes": "512x512",
  21. "type": "image/png"
  22. }
  23. ]
  24. }
Tip!

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

Comments

Loading...