status-poster/manifest.json
2026-02-21 19:44:52 +00:00

24 lines
509 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": "#ad7f58",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}