diff options
author | Felipe Erias <felipeerias@igalia.com> | 2021-10-29 14:38:21 +0900 |
---|---|---|
committer | Felipe Erias <felipeerias@igalia.com> | 2021-10-29 14:38:21 +0900 |
commit | a3d903e6b27a12bc2472972e585c351710418e42 (patch) | |
tree | 338baa9748ba371e14a17cfae4eedfbc0599a6dd /web/manifest.json |
Initial commit
Diffstat (limited to 'web/manifest.json')
-rw-r--r-- | web/manifest.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/web/manifest.json b/web/manifest.json new file mode 100644 index 0000000..016f128 --- /dev/null +++ b/web/manifest.json @@ -0,0 +1,23 @@ +{ + "name": "flutter_homescreen", + "short_name": "flutter_homescreen", + "start_url": ".", + "display": "standalone", + "background_color": "#0175C2", + "theme_color": "#0175C2", + "description": "A new Flutter project.", + "orientation": "portrait-primary", + "prefer_related_applications": false, + "icons": [ + { + "src": "icons/Icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/Icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} |