cpred/assets/manifest.json

22 lines
416 B
JSON

{
"name": "ThePhoenixDivision",
"short_name": "CPRED",
"start_url": "/cpred/",
"display": "standalone",
"background_color": "#f8ef02",
"theme_color": "#000000",
"icons": [
{
"src": "/cpred/assets/img/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/cpred/assets/img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}