manifest.json 324 B

12345678910111213141516
  1. {
  2. "name": "云",
  3. "short_name": "WebApp",
  4. "description": "构建万物互联",
  5. "start_url": "/",
  6. "display": "standalone",
  7. "background_color": "#ffffff",
  8. "theme_color": "#000000",
  9. "icons": [
  10. {
  11. "src": "/public/logo.ico",
  12. "sizes": "192x192",
  13. "type": "image/png"
  14. }
  15. ]
  16. }