aboutsummaryrefslogtreecommitdiff
path: root/public/ico/site.webmanifest
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-24 09:00:34 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-24 09:00:34 -0500
commit4a86c4d98691c1e1469d25a47944444475551567 (patch)
treec2b0a56aaf69fddb3d40611018b59f0645a3ac62 /public/ico/site.webmanifest
downloadProject-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.gz
Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.bz2
Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.zip
Inital commit
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"
+}