generally better
This commit is contained in:
32
public/manifest.json
Normal file
32
public/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user