Bladeren bron

splash screen icon

Heydon Pickering 8 jaren geleden
bovenliggende
commit
13d65016e6

BIN
docs/images/android-icon-512x512.png


+ 7 - 1
docs/manifest.json

@@ -37,7 +37,13 @@
    "sizes": "192x192",
    "type": "image\/png",
    "density": "4.0"
-  }
+ },
+ {
+  "src": "images/android-icon-512x512.png",
+  "sizes": "512x512",
+  "type": "image\/png",
+  "density": "4.0"
+ }
 ],
   "start_url": "index.html",
   "display": "standalone",

File diff suppressed because it is too large
+ 0 - 0
docs/service-worker.js


BIN
themes/infusion/static/images/android-icon-512x512.png


+ 7 - 1
themes/infusion/static/manifest.json

@@ -37,7 +37,13 @@
    "sizes": "192x192",
    "type": "image\/png",
    "density": "4.0"
-  }
+ },
+ {
+  "src": "images/android-icon-512x512.png",
+  "sizes": "512x512",
+  "type": "image\/png",
+  "density": "4.0"
+ }
 ],
   "start_url": "index.html",
   "display": "standalone",

Some files were not shown because too many files changed in this diff