aboutsummaryrefslogtreecommitdiff
path: root/public/ico/site.webmanifest
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-03 14:51:45 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-03 14:51:45 -0400
commit5bf4b8e134b485d47a461d6eaab284d50cec0ef3 (patch)
treeddfff4e2ee97baaee335dfaa14789cab9425d831 /public/ico/site.webmanifest
parent5054a79fe676df38c3f2324e2325c8a5cfb994d4 (diff)
downloadalp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.tar.gz
alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.tar.bz2
alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.zip
Favicons, updated homepage and more stuff
Diffstat (limited to 'public/ico/site.webmanifest')
-rw-r--r--public/ico/site.webmanifest19
1 files changed, 19 insertions, 0 deletions
diff --git a/public/ico/site.webmanifest b/public/ico/site.webmanifest
new file mode 100644
index 0000000..9b5b90d
--- /dev/null
+++ b/public/ico/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/ico/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/ico/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}