site.webmanifest 603 B

12345678910111213141516171819202122
  1. {
  2. "name": "Marxco Iconfont CS",
  3. "short_name": "marxco-icf",
  4. "description": "Open version of icon font from upcoming Marxco component system.",
  5. "start_url": "/index.html",
  6. "icons": [
  7. {
  8. "src": "img/android-chrome-192x192.png?v=5APgn0EQak",
  9. "sizes": "192x192",
  10. "type": "image/png"
  11. },
  12. {
  13. "src": "img/android-chrome-512x512.png?v=5APgn0EQak",
  14. "sizes": "512x512",
  15. "type": "image/png"
  16. }
  17. ],
  18. "theme_color": "#e3302b",
  19. "background_color": "white",
  20. "display": "standalone"
  21. }