Last active 1711432806

Revision 25cca371455c567a4e63266eb93faa17ca6903fd

manifest.json Raw
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