Adding basic version for testing

This commit is contained in:
Dan 2026-02-21 18:24:08 +00:00
commit 139ad5958c
4 changed files with 936 additions and 0 deletions

24
manifest.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "Status Poster",
"short_name": "Status",
"description": "Post status updates to status.lol",
"start_url": ".",
"display": "standalone",
"orientation": "portrait",
"background_color": "#ffffff",
"theme_color": "#7c3aed",
"icons": [
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}