aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json19
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