You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "Dify",
  3. "short_name": "Dify",
  4. "description": "Build Production Ready Agentic AI Solutions",
  5. "icons": [
  6. {
  7. "src": "/icon-192x192.png",
  8. "sizes": "192x192",
  9. "type": "image/png",
  10. "purpose": "any"
  11. },
  12. {
  13. "src": "/icon-192x192.png",
  14. "sizes": "192x192",
  15. "type": "image/png",
  16. "purpose": "maskable"
  17. },
  18. {
  19. "src": "/icon-256x256.png",
  20. "sizes": "256x256",
  21. "type": "image/png"
  22. },
  23. {
  24. "src": "/icon-384x384.png",
  25. "sizes": "384x384",
  26. "type": "image/png"
  27. },
  28. {
  29. "src": "/icon-512x512.png",
  30. "sizes": "512x512",
  31. "type": "image/png"
  32. }
  33. ],
  34. "theme_color": "#1C64F2",
  35. "background_color": "#ffffff",
  36. "display": "standalone",
  37. "scope": "/",
  38. "start_url": "/",
  39. "orientation": "portrait-primary",
  40. "categories": ["productivity", "utilities", "developer"],
  41. "lang": "en-US",
  42. "dir": "ltr",
  43. "prefer_related_applications": false,
  44. "shortcuts": [
  45. {
  46. "name": "Apps",
  47. "short_name": "Apps",
  48. "url": "/apps",
  49. "icons": [{ "src": "/icon-96x96.png", "sizes": "96x96" }]
  50. },
  51. {
  52. "name": "Datasets",
  53. "short_name": "Datasets",
  54. "url": "/datasets",
  55. "icons": [{ "src": "/icon-96x96.png", "sizes": "96x96" }]
  56. }
  57. ]
  58. }