Skip to content

Commit 473b403

Browse files
committed
update manifest
1 parent fd5c3bb commit 473b403

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

public/icon512_maskable.png

159 KB
Loading

public/icon512_rounded.png

119 KB
Loading

public/manifest.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
{
2-
"name": "SRT Player",
3-
"short_name": "Subtitles",
4-
"start_url": ".",
5-
"display": "standalone",
2+
"theme_color": "#8936FF",
63
"background_color": "#000000",
7-
"theme_color": "#000000",
8-
"orientation": "landscape",
94
"icons": [
105
{
11-
"src": "/icons/icon-192.png",
12-
"sizes": "192x192",
6+
"purpose": "maskable",
7+
"sizes": "512x512",
8+
"src": "/icon512_maskable.png",
139
"type": "image/png"
1410
},
1511
{
16-
"src": "/icons/icon-512.png",
12+
"purpose": "any",
1713
"sizes": "512x512",
14+
"src": "/icon512_rounded.png",
1815
"type": "image/png"
1916
}
20-
]
17+
],
18+
"orientation": "landscape",
19+
"display": "standalone",
20+
"dir": "left",
21+
"lang": "en-US",
22+
"name": "SRT Player",
23+
"short_name": "SRTp",
24+
"start_url": "https://ricklancee.github.io/srt-player/",
25+
"scope": "https://ricklancee.github.io/srt-player/"
2126
}

0 commit comments

Comments
 (0)