manifest.json 211 B

123456789101112
  1. {
  2. "short_name": "NutUI",
  3. "name": "一套京东风格的移动端Vue组件库",
  4. "icons": [
  5. {
  6. "src": "/img/pwa_logo.png",
  7. "type": "image/png",
  8. "sizes": "144x144"
  9. }
  10. ],
  11. "start_url": "/demo.html"
  12. }