mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 18:39:46 +00:00
20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"name": "Pi. Ku.",
|
|
"short_name": "Pi. Ku.",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#d4a24f",
|
|
"background_color": "#3b1d13",
|
|
"display": "standalone"
|
|
}
|