poke/pwa/manifest.json
2023-11-17 15:31:14 +00:00

30 lines
No EOL
657 B
JSON

{
"name": "Poke",
"short_name": "Poke",
"description": "The Ultimate Privacy App!",
"start_url": "/",
"display": "standalone",
"background_color": "#080808",
"theme_color": "#612153",
"icons": [
{
"src": "/css/pt.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"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"
}
]
}