aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 13:34:36 -0500
committerkj_sh6042026-02-14 13:34:36 -0500
commit371c9e40ef66c40b555517196d1527d6df7a96f6 (patch)
treea44da8ef27e501920e32d2d811bb41665c2abb55
parente713ee4aa1a1d6d7191ced49dd964162f2c8dbda (diff)
refactor: docs/site.webmanifest
-rwxr-xr-xdocs/site.webmanifest20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/site.webmanifest b/docs/site.webmanifest
deleted file mode 100755
index e59d2da..0000000
--- a/docs/site.webmanifest
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "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"
-}