manifest.json (403B)
1 { 2 "name": "Veyrix IDE", 3 "short_name": "Veyrix IDE", 4 "description": "Production-ready Progressive Web App online IDE.", 5 "start_url": "../index.html", 6 "display": "standalone", 7 "background_color": "#0a0f1a", 8 "theme_color": "#0f172a", 9 "icons": [ 10 { 11 "src": "veyrix.svg", 12 "sizes": "any", 13 "type": "image/svg+xml", 14 "purpose": "any maskable" 15 } 16 ] 17 }