first commit

This commit is contained in:
sky
2025-06-22 11:43:10 -04:00
commit 3bb16e3824
100 changed files with 18553 additions and 0 deletions

21
manifest.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "Selenite",
"short_name": "Selenite",
"start_url": "index.html",
"scope": "./",
"icons": [
{
"src": "img/selenite192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/selenite.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#10002b",
"display": "standalone"
}