xenforodependant_mobileApp/src/manifest.json

14 lines
275 B
JSON

{
"name": "Kinmunity",
"short_name": "Kinmunity",
"start_url": "index.html",
"display": "standalone",
"icons": [{
"src": "assets/imgs/logo.png",
"sizes": "512x512",
"type": "image/png"
}],
"background_color": "#4e8ef7",
"theme_color": "#4e8ef7"
}