status-poster/manifest.json
2026-02-21 18:24:08 +00:00

24 lines
497 B
JSON

{
"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"
}
]
}