poke/pwa/manifest.json

30 lines
657 B
JSON
Raw Permalink Normal View History

2023-09-30 18:30:15 +02:00
{
2023-11-17 16:31:14 +01:00
"name": "Poke",
"short_name": "Poke",
"description": "The Ultimate Privacy App!",
2023-09-30 18:30:15 +02:00
"start_url": "/",
"display": "standalone",
"background_color": "#080808",
"theme_color": "#612153",
"icons": [
{
"src": "/css/pt.png",
"sizes": "512x512",
"type": "image/png"
}
],
2023-11-17 16:31:14 +01:00
"screenshots": [
2023-09-30 18:30:15 +02:00
{
"src": "/css/pwa-desktop.png",
"type": "image/png",
"sizes": "1695x1445",
"form_factor": "wide"
},
{
"src": "/css/pwa-mobile.jpg",
"type": "image/jpg",
"sizes": "1080x2412",
"form_factor": "narrow"
}
]
}