Skip to content

Commit 0f154a7

Browse files
committed
update manifest.json
1 parent 5cbdb44 commit 0f154a7

11 files changed

+56
-29
lines changed

package-lock.json

+21-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/manifest.json

+31-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"display_override": [
77
"window-controls-overlay"
88
],
9-
"description": "OneDrive Media Player",
9+
"description": "OneDrive Media Player / OneDrive 媒体播放器",
1010
"dir": "auto",
1111
"icons": [
1212
{
@@ -37,5 +37,35 @@
3737
"purpose": "maskable"
3838
}
3939
],
40+
"screenshots": [
41+
{
42+
"src": "./screenshots/audio-light.webp",
43+
"sizes": "1317x904",
44+
"type": "image/webp",
45+
"form_factor": "wide",
46+
"description": "Audio Light"
47+
},
48+
{
49+
"src": "./screenshots/audio-dark.webp",
50+
"sizes": "1317x904",
51+
"type": "image/webp",
52+
"form_factor": "wide",
53+
"description": "Audio Dark"
54+
},
55+
{
56+
"src": "./screenshots/audio-light-narrow.webp",
57+
"sizes": "1082x2402",
58+
"type": "image/webp",
59+
"form_factor": "narrow",
60+
"description": "Audio Light"
61+
},
62+
{
63+
"src": "./screenshots/audio-dark-narrow.webp",
64+
"sizes": "1082x2402",
65+
"type": "image/webp",
66+
"form_factor": "narrow",
67+
"description": "Audio Dark"
68+
}
69+
],
4070
"edge_side_panel": {}
4171
}
119 KB
Binary file not shown.

public/screenshots/audio-dark.webp

86.6 KB
Binary file not shown.
208 KB
Binary file not shown.

public/screenshots/audio-light.webp

130 KB
Binary file not shown.

readme.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ English | [中文](./readme_cn.md)
2525

2626
## Screenshots
2727

28-
![Audio light](./screenshots/audio-light.png)
29-
![Audio dark](./screenshots/audio-dark.png)
30-
![Files](./screenshots/files.png)
28+
![Audio light](./public/screenshots/audio-light.webp)
29+
![Audio dark](./public/screenshots/audio-dark.webp)
3130

3231
## FAQ
3332

readme_cn.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525

2626
## 截图
2727

28-
![音频 亮色模式](./screenshots/audio-light.png)
29-
![音频 暗色模式](./screenshots/audio-dark.png)
30-
![文件列表](./screenshots/files.png)
28+
![音频 亮色模式](./public/screenshots/audio-light.webp)
29+
![音频 暗色模式](./public/screenshots/audio-dark.webp)
3130

3231
## FAQ
3332

screenshots/audio-dark.png

-395 KB
Binary file not shown.

screenshots/audio-light.png

-532 KB
Binary file not shown.

screenshots/files.png

-486 KB
Binary file not shown.

0 commit comments

Comments
 (0)