p.d-legal/public/manifest.json

16 lines
267 B
JSON
Raw Normal View History

2024-02-13 06:20:39 +00:00
{
"name": "P.D Support",
"short_name": "P.D Support",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "512x512"
}
]
}