Last active 1711432806

ranveersoni98's Avatar ranveersoni98 revised this gist 1711432806. Go to revision

1 file changed, 33 insertions

manifest.json(file created)

@@ -0,0 +1,33 @@
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 + }
Newer Older