Create manifest.json

This commit is contained in:
2025-08-17 17:27:45 -07:00
committed by GitHub
parent c0ea08b6b8
commit ebf8d0d4ae

9
public/manifest.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "Sune",
"short_name": "Sune",
"start_url": ".",
"display": "standalone",
"icons": [
{"src": "https://sune.planetrenox.com/✺.png","sizes": "1024x1024","type": "image/png"}
]
}