ionic-typescript-tabs/manifest.json

11 строки
210 B
JSON

{
"name": "Welcome to the Gymgle",
"short_name": "Gymgle",
"start_url": "index.html",
"display": "standalone",
"icons": [{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
}]
}