We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6106b16 commit 2ffac34Copy full SHA for 2ffac34
site.webmanifest
@@ -1,20 +1,17 @@
1
----
2
3
-
4
{
5
- "name": "{{ site.title_short }}",
6
- "short_name": "{{ site.title_short }}",
+ "name": "DojoCon Japan",
+ "short_name": "DojoCon Japan",
7
"icons": [
8
- {
9
- "src": "/img/android-chrome-192x192.png",
10
- "sizes": "192x192",
11
- "type": "image/png"
12
- },
13
14
- "src": "/img/android-chrome-256x256.png",
15
- "sizes": "256x256",
16
17
- }
+ {
+ "src": "/img/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ "src": "/img/android-chrome-256x256.png",
+ "sizes": "256x256",
+ }
18
],
19
"theme_color": "#ffffff",
20
"background_color": "#ffffff",
0 commit comments