manifest.json 627 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "FreshRSS feed aggregator",
  3. "short_name": "FreshRSS",
  4. "start_url": "../i/",
  5. "scope": "../",
  6. "icons": [
  7. {
  8. "src": "icons/favicon.svg",
  9. "type": "image/svg+xml",
  10. "sizes": "150x150",
  11. "purpose": "any"
  12. },
  13. {
  14. "src": "icons/favicon-96-padding.png",
  15. "type": "image/png",
  16. "sizes": "96x96",
  17. "purpose": "maskable"
  18. },
  19. {
  20. "src": "icons/favicon-512-padding.png",
  21. "type": "image/png",
  22. "sizes": "512x512",
  23. "purpose": "maskable"
  24. }
  25. ],
  26. "categories": ["news"],
  27. "display": "standalone",
  28. "background_color": "#002342",
  29. "description": "FreshRSS is a self-hosted RSS feed aggregator."
  30. }