aboutsummaryrefslogtreecommitdiffstats
path: root/docs/site.webmanifest
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 12:39:43 -0500
committerkj_sh6042026-02-14 12:39:43 -0500
commit44e5a55736c4ff99d404441936b055483ed9c42d (patch)
treebf22343ade74a79f18b44ea39449903d7501e70d /docs/site.webmanifest
fork: initial commit, derived from water.css (d950cbc)
Diffstat (limited to 'docs/site.webmanifest')
-rwxr-xr-xdocs/site.webmanifest20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/site.webmanifest b/docs/site.webmanifest
new file mode 100755
index 0000000..e59d2da
--- /dev/null
+++ b/docs/site.webmanifest
@@ -0,0 +1,20 @@
+{
+ "name": "Water.css",
+ "short_name": "Water.css",
+ "start_url": "./",
+ "icons": [
+ {
+ "src": "./icons/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "./icons/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}