-
Notifications
You must be signed in to change notification settings - Fork 13
/
pwa-manifest.json
39 lines (39 loc) · 920 Bytes
/
pwa-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": "RedCherry",
"short_name": "RedCherry",
"description": "RedCherry Simple PWA",
"icons": [
{
"src": "img/fav-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "img/fav-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "img/screenshot-1.jpg",
"sizes": "1000x1600",
"type": "image/jpeg"
},
{
"src": "img/screenshot-2.jpg",
"sizes": "1000x1600",
"type": "image/jpeg"
}
],
"background_color": "#af0a1a",
"theme_color": "#af0a1a",
"display": "fullscreen",
"orientation": "any",
"start_url": ".",
"url": "index.html",
"scope": ".",
"lang": "fa-IR",
"dir": "rtl"
}