now this is what i call an app

This commit is contained in:
Roscoe 2025-09-08 03:34:58 +01:00
commit 8063246b68
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
97 changed files with 1989 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"name": "Misadventure",
"icons": [
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": "/",
"display": "standalone",
"scope": "/",
"description": "Misadventure.",
"theme_color": "red",
"background_color": "red"
}