12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "@type": "WebSite",
- "name": "intr0.com | Technology to Enhance Network Security & Privacy",
- "short_name": "intr0",
- "start_url": "https://intr0.com",
- "display": "standalone",
- "background_color": "#f2f2f2",
- "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.",
- "dir": "ltr",
- "categories": [
- "education",
- "productivity",
- "technology"
- ],
- "lang": "en",
- "orientation": "natural",
- "theme_color": "#2f2f2f",
- "icons": [
- {
- "src": "apple-touch-icon.png",
- "sizes": "512x512",
- "type": "image/png"
- },
- {
- "src": "favicon.png",
- "sizes": "512x512",
- "type": "image/png"
- },
- {
- "src": "maskable_icon.png",
- "sizes": "1024x1024",
- "type": "image/png",
- "purpose": "maskable"
- }
- ]
- }
|