mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 19:10:35 +00:00
21 lines
431 B
Text
21 lines
431 B
Text
|
{
|
||
|
"name": "pesde",
|
||
|
"short_name": "pesde",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/web-app-manifest-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png",
|
||
|
"purpose": "maskable"
|
||
|
},
|
||
|
{
|
||
|
"src": "/web-app-manifest-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "maskable"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#f19d1e",
|
||
|
"background_color": "#0a0704",
|
||
|
"display": "standalone"
|
||
|
}
|