manifest.json 632 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "酷乐秀-音乐数字课堂",
  3. "short_name": "音乐数字课堂",
  4. "theme_color": "#fff",
  5. "icons": [
  6. {
  7. "src": "./logo.png",
  8. "sizes": "192x192",
  9. "type": "image/png"
  10. },
  11. {
  12. "src": "./logo.png",
  13. "sizes": "512x512",
  14. "type": "image/png"
  15. },
  16. {
  17. "src": "./logo.png",
  18. "sizes": "512x512",
  19. "type": "image/png",
  20. "purpose": "any maskable"
  21. }
  22. ],
  23. "prefer_related_applications": true,
  24. "related_applications": [
  25. {
  26. "platform": "webapp",
  27. "id": "yyszkt",
  28. "url": "https://test.lexiaoya.cn/classroom/manifest.json"
  29. }
  30. ]
  31. }