forked from mrepol742/mrepol742.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.webmanifest
More file actions
95 lines (95 loc) · 3.02 KB
/
site.webmanifest
File metadata and controls
95 lines (95 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "Melvin Jones Repol - Software Engineer",
"short_name": "Melvin Jones Repol",
"description": "Software Engineer with experience in variety of fields and projects. I love helping and contributing to open source code, programming is one of my passion.",
"dir": "ltr",
"lang": "en-US",
"icons": [
{
"src": "/favicon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#4285f4",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/index.html?utm_source=webmanifest",
"scope": "/",
"shortcuts": [
{
"name": "Chat - Project Orion",
"short_name": "Chat",
"description": "Chat is a feature of Project Orion that's currently under development where in you can interact with the project AI. If you found any issues please let us know.",
"url": "/project-orion/chat?utm_source=webmanifest",
"icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
},
{
"name": "Webvium Search - Search Engine that being borned.",
"short_name": "Search",
"description": "A Search Engine from Webvium Project that's currently under development progress. The default homepage for the Webvium Browser with style.",
"url": "/search/?utm_source=webmanifest",
"icons": [{ "src": "/search/favicon.png", "sizes": "192x192" }]
}
],
"screenshots": [
{
"src": "/images/myportfolio.png",
"type": "image/png",
"sizes": "1329x629",
"form_factor": "wide"
}
],
"prefer_related_applications": false,
"related_applications": [
{
"platform": "web",
"url": "https://mrepol742.github.io/project-orion/chat?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://mrepol742.github.io/search?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://mrepol742.github.io/webvium?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://mrepol742.github.io/webviumdev?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://mrepol742.github.io/webviumbeta?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://mrepol742.github.io/webviumvpn?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://webvium.en.uptodown.com/android?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://www.amazon.com/dp/B09TLFJ86L?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://webvium-vpn.en.uptodown.com/android?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://www.amazon.com/dp/B09TRT8PGF?utm_source=webmanifest"
},
{
"platform": "web",
"url": "https://www.getjar.mobi/mobile/990692/Webvium-Browser-Fast-and-Lightweight?utm_source=webmanifest"
}
]
}