manifest.json 758 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "tabler",
  3. "short_name": "tabler",
  4. "description": "",
  5. "dir": "auto",
  6. "lang": "en-US",
  7. "display": "standalone",
  8. "orientation": "portrait",
  9. "scope": "/",
  10. "start_url": "/?homescreen=1",
  11. "background_color": "#206bc4",
  12. "theme_color": "#fff",
  13. "icons": [
  14. {
  15. "src": "/img/favicons/android-chrome-36x36.png",
  16. "sizes": "36x36",
  17. "type": "image/png"
  18. },
  19. {
  20. "src": "/img/favicons/android-chrome-48x48.png",
  21. "sizes": "48x48",
  22. "type": "image/png"
  23. },
  24. {
  25. "src": "/img/favicons/android-chrome-72x72.png",
  26. "sizes": "72x72",
  27. "type": "image/png"
  28. },
  29. {
  30. "src": "/img/favicons/android-chrome-96x96.png",
  31. "sizes": "96x96",
  32. "type": "image/png"
  33. }
  34. ]
  35. }