You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1013 B

8 years ago
  1. {
  2. "background_color": "#fbfbfc",
  3. "display": "standalone",
  4. "icons": [
  5. {
  6. "src": "\/favicons\/android-icon-36x36.png",
  7. "sizes": "36x36",
  8. "type": "image\/png",
  9. "density": "0.75"
  10. },
  11. {
  12. "src": "\/favicons\/android-icon-48x48.png",
  13. "sizes": "48x48",
  14. "type": "image\/png",
  15. "density": "1.0"
  16. },
  17. {
  18. "src": "\/favicons\/android-icon-72x72.png",
  19. "sizes": "72x72",
  20. "type": "image\/png",
  21. "density": "1.5"
  22. },
  23. {
  24. "src": "\/favicons\/android-icon-96x96.png",
  25. "sizes": "96x96",
  26. "type": "image\/png",
  27. "density": "2.0"
  28. },
  29. {
  30. "src": "\/favicons\/android-icon-144x144.png",
  31. "sizes": "144x144",
  32. "type": "image\/png",
  33. "density": "3.0"
  34. },
  35. {
  36. "src": "\/favicons\/android-icon-192x192.png",
  37. "sizes": "192x192",
  38. "type": "image\/png",
  39. "density": "4.0"
  40. }
  41. ],
  42. "name": "Wiki",
  43. "short_name": "Wiki",
  44. "start_url": "/",
  45. "theme_color": "#3f51b5"
  46. }