| Current Path : /home/missmand/www/gameapp/ |
| Current File : /home/missmand/www/gameapp/manifest.json |
{
"short_name": "Mandarine Game Demo",
"name": "Mandarine Game Demo",
"icons": [
{
"src":"/gameapp/img/logoApp.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/gameapp/index.html",
"background_color": "#F79428",
"theme_color": "#F79428",
"display": "standalone",
"orientation": "portrait"
}