forked from med-art/MindArtMaster
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
37 lines (37 loc) · 1.03 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
{
"lang": "en-us",
"name": "MinDArT",
"short_name": "MinDArT",
"description": "MinDArT Progressive Web App (PWA) for offline use.",
"start_url": "https://jameswilce.github.io/DevMinDArT",
"background_color": "white",
"theme_color": "white",
"orientation": "landscape",
"display": "standalone",
"icons": [
{
"src": "/DevMinDArT/assets/mindArt_Logo_96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any"
},
{
"src": "/DevMinDArT/assets/mindArt_Logo_152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "any"
},
{
"src": "/DevMinDArT/assets/mindArt_Logo_384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "any"
},
{
"src": "/DevMinDArT/assets/mindArt_Logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}