manifest.json 709 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "short_name": "Sapphire",
  3. "name": "Sapphire",
  4. "description": "Aggregating, free/libre instant messaging client",
  5. "lang": "en-CA",
  6. "icons": [
  7. {
  8. "src": "jelly-32.png",
  9. "type": "image/png",
  10. "sizes": "32x32"
  11. },
  12. {
  13. "src": "jelly-48.png",
  14. "type": "image/png",
  15. "sizes": "48x48"
  16. },
  17. {
  18. "src": "jelly-144.png",
  19. "type": "image/png",
  20. "sizes": "144x144"
  21. }
  22. ],
  23. "start_url": "index.html",
  24. "display": "standalone",
  25. "background_color": "#2b2e39",
  26. "theme_color": "#2b2e39",
  27. "orientation": "portrait-primary",
  28. "scope": "/"
  29. }