manifest.json 417 B

123456789101112131415161718192021
  1. {
  2. "name": "TANCLOUD探云",
  3. "short_name": "TANCLOUD",
  4. "theme_color": "#ea5a07",
  5. "background_color": "#efefef",
  6. "display": "standalone",
  7. "scope": "./",
  8. "start_url": "./index.html",
  9. "icons": [
  10. {
  11. "src": "img/tancloud-logo.svg",
  12. "sizes": "64x64",
  13. "type": "image/png"
  14. },
  15. {
  16. "src": "img/tancloud-brand.svg",
  17. "sizes": "128x128",
  18. "type": "image/png"
  19. }
  20. ]
  21. }