manifest.json
· 980 B · JSON
原始檔案
{
"id": "1",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#2c20f5",
"background_color": "2#c20f5",
"start_url": "/",
"name": "Topic Servers",
"short_name": "Topic",
"description": "Need more members? Not getting enough attention? Topic Servers is here for you.",
"icons": [
{
"src": "https://cdn.topiclist.xyz/images/png/TopicList5.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://cdn.topiclist.xyz/images/png/TopicList5.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "https://cdn.topiclist.xyz/images/png/TopicList5.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "https://cdn.topiclist.xyz/images/png/TopicList5.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
1 | { |
2 | "id": "1", |
3 | "display": "standalone", |
4 | "orientation": "portrait", |
5 | "theme_color": "#2c20f5", |
6 | "background_color": "2#c20f5", |
7 | "start_url": "/", |
8 | "name": "Topic Servers", |
9 | "short_name": "Topic", |
10 | "description": "Need more members? Not getting enough attention? Topic Servers is here for you.", |
11 | "icons": [ |
12 | { |
13 | "src": "https://cdn.topiclist.xyz/images/png/TopicList5.png", |
14 | "sizes": "192x192", |
15 | "type": "image/png" |
16 | }, |
17 | { |
18 | "src": "https://cdn.topiclist.xyz/images/png/TopicList5.png", |
19 | "sizes": "256x256", |
20 | "type": "image/png" |
21 | }, |
22 | { |
23 | "src": "https://cdn.topiclist.xyz/images/png/TopicList5.png", |
24 | "sizes": "384x384", |
25 | "type": "image/png" |
26 | }, |
27 | { |
28 | "src": "https://cdn.topiclist.xyz/images/png/TopicList5.png", |
29 | "sizes": "512x512", |
30 | "type": "image/png" |
31 | } |
32 | ] |
33 | } |
34 |