diff options
Diffstat (limited to 'www/manifest.json')
| -rw-r--r-- | www/manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/manifest.json b/www/manifest.json new file mode 100644 index 00000000..bacd9272 --- /dev/null +++ b/www/manifest.json @@ -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" + }] +}
\ No newline at end of file |
