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.

35 lines
757 B

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