aboutsummaryrefslogtreecommitdiff
path: root/public/site.webmanifest
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-09-11 20:23:42 -0400
committerThedro Neely <thedroneely@gmail.com>2018-09-11 20:23:42 -0400
commita887b22822e526c86152120571ec166f9ea1c550 (patch)
treec26838a4232840a6cbdf6c59c5012d1ac13713b7 /public/site.webmanifest
parent2659205908bd5cab508f4ff817123673e078ab74 (diff)
downloadedwinmattiacci.com-a887b22822e526c86152120571ec166f9ea1c550.tar.gz
edwinmattiacci.com-a887b22822e526c86152120571ec166f9ea1c550.tar.bz2
edwinmattiacci.com-a887b22822e526c86152120571ec166f9ea1c550.zip
public: Update favicon assets
Diffstat (limited to 'public/site.webmanifest')
-rw-r--r--public/site.webmanifest19
1 files changed, 19 insertions, 0 deletions
diff --git a/public/site.webmanifest b/public/site.webmanifest
new file mode 100644
index 0000000..7596baf
--- /dev/null
+++ b/public/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "Edwin Mattiacci Voiceover",
+ "short_name": "Edwin Mattiacci Voiceover",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-256x256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}