-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (38 loc) · 1.08 KB
/
manifest.json
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
{
"name": "Sandro Linux The App",
"description": "A app which will let you stay up to date with Sandro Linux!",
"short_name": "Sandro Linux",
"start_url": "https://pwa.sandrolinux.com/",
"background_color": "#ffffff",
"theme_color": "#000000",
"display": "standalone",
"icons": [
{
"src": "https://pwa.sandrolinux.com/maskable_icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://pwa.sandrolinux.com/pwaicon512.jpg",
"sizes": "512x512",
"type": "image/png"
}
]
,"shortcuts": [
{
"name": "Tech News",
"short_name": "News",
"description": "Read The Latest Tech News",
"url": "/newsaboutme.html",
"icons": [{ "src": "/icons/news/maskable_icon.png", "sizes": "180x180", "purpose": "any maskable" }]
},
{
"name": "About Me",
"short_name": "About Me",
"description": "About Me and more",
"url": "/mainpage.html",
"icons": [{ "src": "/icons/aboutme/maskable_icon.png", "sizes": "180x180", "purpose": "any maskable"}]
}
]
}