manifest.json 773 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "short_name": "Limbo",
  3. "name": "Limbo",
  4. "icons": [
  5. {
  6. "src": "favicon.ico",
  7. "sizes": "64x64 32x32 24x24 16x16",
  8. "type": "image/x-icon"
  9. },
  10. {
  11. "src": "apple-touch-icon.png",
  12. "type": "image/png",
  13. "sizes": "180x180"
  14. },
  15. {
  16. "src": "safari-pinned-tab.svg"
  17. },
  18. {
  19. "src": "mstile-150x150.png",
  20. "type": "image/png",
  21. "sizes": "150x150"
  22. },
  23. {
  24. "src": "/android-chrome-192x192.png",
  25. "sizes": "192x192",
  26. "type": "image/png"
  27. },
  28. {
  29. "src": "/android-chrome-384x384.png",
  30. "sizes": "384x384",
  31. "type": "image/png"
  32. }
  33. ],
  34. "start_url": ".",
  35. "display": "standalone",
  36. "theme_color": "#000000",
  37. "background_color": "#ffffff"
  38. }