Skip to content

Commit a015684

Browse files
authored
Reindent manifest.json (#13544)
Now it's properly indented to 2-space.
1 parent c296f4f commit a015684

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

templates/pwa/manifest_json.tmpl

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"short_name": "Gitea",
3-
"name": "Gitea - Git with a cup of tea",
4-
"icons": [
5-
{
6-
"src": "{{StaticUrlPrefix}}/img/gitea-lg.png",
7-
"type": "image/png",
8-
"sizes": "880x880"
9-
},
10-
{
11-
"src": "{{StaticUrlPrefix}}/img/gitea-sm.png",
12-
"type": "image/png",
13-
"sizes": "120x120"
14-
},
15-
{
16-
"src": "{{StaticUrlPrefix}}/img/gitea-512.png",
17-
"type": "image/png",
18-
"sizes": "512x512"
19-
},
20-
{
21-
"src": "{{StaticUrlPrefix}}/img/gitea-192.png",
22-
"type": "image/png",
23-
"sizes": "192x192"
24-
}
25-
],
26-
"start_url": "{{AppSubUrl}}/",
27-
"scope": "{{AppSubUrl}}/",
28-
"background_color": "#FAFAFA",
29-
"display": "standalone",
30-
"theme_color": "{{ThemeColorMetaTag}}"
31-
}
2+
"short_name": "Gitea",
3+
"name": "Gitea - Git with a cup of tea",
4+
"icons": [
5+
{
6+
"src": "{{StaticUrlPrefix}}/img/gitea-lg.png",
7+
"type": "image/png",
8+
"sizes": "880x880"
9+
},
10+
{
11+
"src": "{{StaticUrlPrefix}}/img/gitea-sm.png",
12+
"type": "image/png",
13+
"sizes": "120x120"
14+
},
15+
{
16+
"src": "{{StaticUrlPrefix}}/img/gitea-512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
},
20+
{
21+
"src": "{{StaticUrlPrefix}}/img/gitea-192.png",
22+
"type": "image/png",
23+
"sizes": "192x192"
24+
}
25+
],
26+
"start_url": "{{AppSubUrl}}/",
27+
"scope": "{{AppSubUrl}}/",
28+
"background_color": "#FAFAFA",
29+
"display": "standalone",
30+
"theme_color": "{{ThemeColorMetaTag}}"
31+
}

0 commit comments

Comments
 (0)