Files
devplacepy/devplacepy/static/manifest.json
T
retoor 895cca26d0
DevPlace CI / test (push) Failing after 1m54s
Upate
2026-05-23 10:08:26 +02:00

35 lines
854 B
JSON

{
"id": "/?source=pwa",
"name": "DevPlace",
"short_name": "DevPlace",
"description": "The Developer Social Network",
"start_url": "/feed?source=pwa",
"scope": "/",
"display": "standalone",
"orientation": "any",
"lang": "en",
"dir": "ltr",
"background_color": "#0f0a1a",
"theme_color": "#0f0a1a",
"icons": [
{
"src": "/static/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}