diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-26 12:26:49 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-26 12:26:49 +0000 |
commit | 96c967bf2e0d65882f3f68c75b513d4ab445cdb9 (patch) | |
tree | 81eb0a5df980ab31091b72d1d85cc3ae3271bafa /manifest.json | |
parent | 583f48a87caf33ec3a4ce919fb894326681de1cc (diff) | |
download | pasta-96c967bf2e0d65882f3f68c75b513d4ab445cdb9.tar.gz pasta-96c967bf2e0d65882f3f68c75b513d4ab445cdb9.zip |
Changes styles and text
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..a73d0ab --- /dev/null +++ b/manifest.json @@ -0,0 +1,19 @@ +{ + "name":"", + "short_name":"", + "icons":[ + { + "src":"images/android-chrome-192.png", + "sizes":"192x192", + "type":"image/png" + }, + { + "src":"images/android-chrome-512.png", + "sizes":"512x512", + "type":"image/png" + } + ], + "theme_color":"#ffffff", + "background_color":"#ffffff", + "display":"standalone" + }
\ No newline at end of file |