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.

33 lines
695 B

  1. {
  2. "name": "Quill",
  3. "short_name": "Quill",
  4. "description": "Quill is a simple app for posting to your website",
  5. "display": "standalone",
  6. "icons": [
  7. {
  8. "src": "/images/quill-icon-57.png",
  9. "sizes": "57x57",
  10. "type": "image/png"
  11. },
  12. {
  13. "src": "/images/quill-icon-72.png",
  14. "sizes": "72x72",
  15. "type": "image/png"
  16. },
  17. {
  18. "src": "/images/quill-icon-114.png",
  19. "sizes": "114x114",
  20. "type": "image/png"
  21. },
  22. {
  23. "src": "/images/quill-icon-144.png",
  24. "sizes": "144x144",
  25. "type": "image/png"
  26. },
  27. {
  28. "src": "/images/quill-icon-196.png",
  29. "sizes": "196x196",
  30. "type": "image/png"
  31. }
  32. ]
  33. }