manifest.json 778 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "share_target": {
  24. "action": "/index.html#sharetarget",
  25. "params": {
  26. "title": "title",
  27. "text": "text",
  28. "url": "url"
  29. }
  30. },
  31. "start_url": "index.html",
  32. "display": "standalone",
  33. "background_color": "#2b2e39",
  34. "theme_color": "#2b2e39",
  35. "orientation": "portrait-primary",
  36. "scope": "/"
  37. }