manifest.webmanifest 996 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "@type": "WebSite",
  3. "name": "intr0.com | Technology to Enhance Network Security & Privacy",
  4. "short_name": "intr0",
  5. "start_url": "https://intr0.com",
  6. "display": "standalone",
  7. "background_color": "#f2f2f2",
  8. "description": "Free and Open Source code hosted using GitLab and mirrored with NotABug. A hosts file - iVOID.hosts - and a simplified Adblock-style filter - DomainVoider - are the main focus of the showcased repositories. Additional resources focusing on network-based privacy and security are listed for educational purposes.",
  9. "dir": "ltr",
  10. "categories": [
  11. "education",
  12. "productivity",
  13. "technology"
  14. ],
  15. "lang": "en",
  16. "orientation": "natural",
  17. "theme_color": "#2f2f2f",
  18. "icons": [
  19. {
  20. "src": "apple-touch-icon.png",
  21. "sizes": "512x512",
  22. "type": "image/png"
  23. },
  24. {
  25. "src": "favicon.png",
  26. "sizes": "512x512",
  27. "type": "image/png"
  28. },
  29. {
  30. "src": "maskable_icon.png",
  31. "sizes": "1024x1024",
  32. "type": "image/png",
  33. "purpose": "maskable"
  34. }
  35. ]
  36. }