generally better

This commit is contained in:
2025-07-08 23:11:03 +02:00
parent ee8d36bb66
commit 61904b4d38
18 changed files with 1482 additions and 170 deletions

32
public/manifest.json Normal file
View File

@ -0,0 +1,32 @@
{
"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"
}
]
}