Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-07-22 18:35:26 +0300
committerWayJam So <imsuwj@gmail.com>2020-07-22 18:35:26 +0300
commite18d66917332ea00f920cf17e798ecd1215c4140 (patch)
treefb6702c89ba7d9ea878256fb63cec5850667efc2 /static
parent02f80e96db0e30b6d62702b1ab41ea257d89e871 (diff)
format code
Diffstat (limited to 'static')
-rw-r--r--static/manifest.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/static/manifest.json b/static/manifest.json
index 7cd4850..891d5b8 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -1,14 +1,14 @@
{
- "name": "Hugo",
- "short_name": "",
- "icons": [
- {
- "src": "/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- }
- ],
- "theme_color": "#ffffff",
- "background_color": "#ffffff",
- "display": "standalone"
+ "name": "Hugo",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
}