This commit is contained in:
2020-03-09 15:43:32 -03:00
parent eebcac008f
commit 6dfa0c8fa3
63 changed files with 118448 additions and 1 deletions

View File

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