|
|
{
|
|
"name": "My Ionic App",
|
|
"short_name": "My Ionic App",
|
|
"start_url": "index.html",
|
|
"display": "standalone",
|
|
"icons": [{
|
|
"src": "icon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}]
|
|
}
|