-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webmanifest
More file actions
45 lines (45 loc) · 1.16 KB
/
manifest.webmanifest
File metadata and controls
45 lines (45 loc) · 1.16 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
{
"id": "./",
"name": "hediynailart",
"short_name": "hediynailart",
"description": "رزرو خدمات ناخن در تهران، زعفرانیه",
"dir": "rtl",
"lang": "fa",
"start_url": "./?source=pwa",
"scope": "./",
"orientation": "portrait-primary",
"display_override": ["standalone", "minimal-ui"],
"display": "standalone",
"background_color": "#fffaf8",
"theme_color": "#fffaf8",
"categories": ["beauty", "lifestyle", "business"],
"prefer_related_applications": false,
"icons": [
{
"src": "assets/images/favicon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "assets/images/favicon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"shortcuts": [
{
"name": "رزرو وقت",
"short_name": "رزرو",
"description": "رفتن مستقیم به بخش رزرو",
"url": "./#booking-panel"
},
{
"name": "ارتباط سریع",
"short_name": "ارتباط",
"description": "رفتن مستقیم به راههای ارتباطی",
"url": "./#footer"
}
]
}