status-poster/manifest.json

24 lines
519 B
JSON

{
"name": "Post → status.lol",
"short_name": "status.lol",
"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"
}
]
}