manifest.json 461 B

1234567891011121314151617181920
  1. {
  2. "name": "网考移动端",
  3. "short_name": "网考移动端",
  4. "icons": [
  5. {
  6. "src": "/oe-web/img/icons/android-chrome-192x192.png",
  7. "sizes": "192x192",
  8. "type": "image/png"
  9. },
  10. {
  11. "src": "/oe-web/img/icons/android-chrome-384x384.png",
  12. "sizes": "384x384",
  13. "type": "image/png"
  14. }
  15. ],
  16. "start_url": "/oe-web/index.html",
  17. "display": "standalone",
  18. "theme_color": "#ffffff",
  19. "background_color": "#ffffff"
  20. }