manifest.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "Junma Show",
  3. "short_name": "Junma",
  4. "description": "在线视频播放平台",
  5. "start_url": "/?source=pwa",
  6. "scope": "/",
  7. "display": "standalone",
  8. "background_color": "#0f172a",
  9. "theme_color": "#10b981",
  10. "orientation": "portrait-primary",
  11. "lang": "zh-CN",
  12. "dir": "ltr",
  13. "categories": ["entertainment", "video"],
  14. "icons": [
  15. {
  16. "src": "/icons/icon-72x72.png",
  17. "sizes": "72x72",
  18. "type": "image/png",
  19. "purpose": "any"
  20. },
  21. {
  22. "src": "/icons/icon-96x96.png",
  23. "sizes": "96x96",
  24. "type": "image/png",
  25. "purpose": "any"
  26. },
  27. {
  28. "src": "/icons/icon-128x128.png",
  29. "sizes": "128x128",
  30. "type": "image/png",
  31. "purpose": "any"
  32. },
  33. {
  34. "src": "/icons/icon-144x144.png",
  35. "sizes": "144x144",
  36. "type": "image/png",
  37. "purpose": "any"
  38. },
  39. {
  40. "src": "/icons/icon-152x152.png",
  41. "sizes": "152x152",
  42. "type": "image/png",
  43. "purpose": "any"
  44. },
  45. {
  46. "src": "/icons/icon-192x192.png",
  47. "sizes": "192x192",
  48. "type": "image/png",
  49. "purpose": "any maskable"
  50. },
  51. {
  52. "src": "/icons/icon-384x384.png",
  53. "sizes": "384x384",
  54. "type": "image/png",
  55. "purpose": "any"
  56. },
  57. {
  58. "src": "/icons/icon-512x512.png",
  59. "sizes": "512x512",
  60. "type": "image/png",
  61. "purpose": "any maskable"
  62. }
  63. ],
  64. "shortcuts": [
  65. {
  66. "name": "首页",
  67. "short_name": "首页",
  68. "description": "访问应用首页",
  69. "url": "/",
  70. "icons": [
  71. {
  72. "src": "/icons/icon-96x96.png",
  73. "sizes": "96x96"
  74. }
  75. ]
  76. },
  77. {
  78. "name": "我的收藏",
  79. "short_name": "收藏",
  80. "description": "查看收藏内容",
  81. "url": "/favorite",
  82. "icons": [
  83. {
  84. "src": "/icons/icon-96x96.png",
  85. "sizes": "96x96"
  86. }
  87. ]
  88. }
  89. ]
  90. }