26 lines
526 B
JSON
26 lines
526 B
JSON
{
|
|
"name": "P2NS Admin",
|
|
"short_name": "P2NS",
|
|
"description": "P2NS network administration panel",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.ico",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/branding/p2ns-favicon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/branding/p2ns-favicon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#0a0e1a",
|
|
"background_color": "#0a0e1a",
|
|
"display": "standalone"
|
|
}
|