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 1.0 KB

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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  1. {
  2. "background_color": "#ffffff",
  3. "name": "HuggingChat",
  4. "short_name": "HuggingChat",
  5. "display": "standalone",
  6. "start_url": "/chat",
  7. "icons": [
  8. {
  9. "src": "/chat/huggingchat/icon-36x36.png",
  10. "sizes": "36x36",
  11. "type": "image/png"
  12. },
  13. {
  14. "src": "/chat/huggingchat/icon-48x48.png",
  15. "sizes": "48x48",
  16. "type": "image/png"
  17. },
  18. {
  19. "src": "/chat/huggingchat/icon-72x72.png",
  20. "sizes": "72x72",
  21. "type": "image/png"
  22. },
  23. {
  24. "src": "/chat/huggingchat/icon-96x96.png",
  25. "sizes": "96x96",
  26. "type": "image/png"
  27. },
  28. {
  29. "src": "/chat/huggingchat/icon-128x128.png",
  30. "sizes": "128x128",
  31. "type": "image/png"
  32. },
  33. {
  34. "src": "/chat/huggingchat/icon-144x144.png",
  35. "sizes": "144x144",
  36. "type": "image/png"
  37. },
  38. {
  39. "src": "/chat/huggingchat/icon-192x192.png",
  40. "sizes": "192x192",
  41. "type": "image/png"
  42. },
  43. {
  44. "src": "/chat/huggingchat/icon-256x256.png",
  45. "sizes": "256x256",
  46. "type": "image/png"
  47. },
  48. {
  49. "src": "/chat/huggingchat/icon-512x512.png",
  50. "sizes": "512x512",
  51. "type": "image/png"
  52. }
  53. ]
  54. }
Tip!

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

Comments

Loading...