Skip to content

Commit 5fa7b5e

Browse files
Create manifest.webmanfest
1 parent 8c29aa7 commit 5fa7b5e

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

manifest.webmanfest

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"name": "MainRoute Core | Future Engineered",
3+
"short_name": "MRC",
4+
"description": "A specialized technology powerhouse led by M Ramzan Ch. We engineer high-performance PWAs, enterprise software, MegaMind Solution, and robust open-source infrastructure.",
5+
"start_url": "./",
6+
"display": "standalone",
7+
"background_color": "#050505",
8+
"theme_color": "#f44234",
9+
"orientation": "portrait-primary",
10+
"scope": "/",
11+
"lang": "en",
12+
"categories":["technology", "business", "development"],
13+
"icons":[
14+
{
15+
"src": "https://avatars.githubusercontent.com/u/249983472?s=192&v=4",
16+
"sizes": "192x192",
17+
"type": "image/png",
18+
"purpose": "any"
19+
},
20+
{
21+
"src": "https://avatars.githubusercontent.com/u/249983472?s=192&v=4",
22+
"sizes": "192x192",
23+
"type": "image/png",
24+
"purpose": "maskable"
25+
},
26+
{
27+
"src": "https://avatars.githubusercontent.com/u/249983472?s=512&v=4",
28+
"sizes": "512x512",
29+
"type": "image/png",
30+
"purpose": "any"
31+
},
32+
{
33+
"src": "https://avatars.githubusercontent.com/u/249983472?s=512&v=4",
34+
"sizes": "512x512",
35+
"type": "image/png",
36+
"purpose": "maskable"
37+
}
38+
],
39+
"shortcuts":[
40+
{
41+
"name": "Connect With Us",
42+
"short_name": "Mail",
43+
"description": "Contact To Connect With Us",
44+
"url": "/connect",
45+
"icons":[
46+
{
47+
"src": "https://avatars.githubusercontent.com/u/249983472?s=192&v=4",
48+
"sizes": "192x192",
49+
"type": "image/png"
50+
}
51+
]
52+
},
53+
{
54+
"name": "M Ramzan Ch",
55+
"short_name": "MR Ch",
56+
"description": "Explore M Ramzan Ch's Profile",
57+
"url": "/mrc",
58+
"icons":[
59+
{
60+
"src": "/mrc/mrc.png",
61+
"sizes": "192x192",
62+
"type": "image/png"
63+
}
64+
]
65+
},
66+
{
67+
"name": "Pro Bandey",
68+
"short_name": "PB",
69+
"description": "Explore Pro Bandey's Profile",
70+
"url": "/mrc",
71+
"icons":[
72+
{
73+
"src": "/pb/pb.png",
74+
"sizes": "192x192",
75+
"type": "image/png"
76+
}
77+
]
78+
}
79+
]
80+
}

0 commit comments

Comments
 (0)