Files
cosmique/public/manifest.json
2025-07-08 23:11:03 +02:00

32 lines
749 B
JSON

{
"name": "Rayon Cosmique",
"short_name": "Cosmique",
"description": "A hex editor designed for artists to create glitch art through controlled image corruption",
"start_url": "/",
"display": "standalone",
"theme_color": "#1a1a1a",
"background_color": "#1a1a1a",
"orientation": "any",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["graphics", "photo", "utilities"],
"screenshots": [
{
"src": "/screenshot-1.png",
"sizes": "1280x720",
"type": "image/png"
}
]
}