site.webmanifest 524 B

12345678910111213141516171819202122
  1. {
  2. "name": "Invidious",
  3. "short_name": "Invidious",
  4. "icons": [
  5. {
  6. "src": "/android-chrome-192x192.png",
  7. "sizes": "192x192",
  8. "type": "image/png"
  9. },
  10. {
  11. "src": "/android-chrome-512x512.png",
  12. "sizes": "512x512",
  13. "type": "image/png"
  14. }
  15. ],
  16. "theme_color": "#575757",
  17. "background_color": "#575757",
  18. "display": "standalone",
  19. "description": "An alternative front-end to YouTube",
  20. "start_url": "/"
  21. }