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

4
public/favicon.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#1a1a1a"/>
<text x="16" y="22" font-family="monospace" font-size="18" font-weight="bold" text-anchor="middle" fill="#007acc">RC</text>
</svg>

After

Width:  |  Height:  |  Size: 241 B

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"
}
]
}