forked from SCBJ-7/SCBJ-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (38 loc) · 871 Bytes
/
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
{
"name": "퍼센트 호텔",
"short_name": "Percent Hotel",
"start_url": "/",
"display": "standalone",
"background_color": "#FF7C17",
"lang": "ko",
"scope": "/",
"orientation": "portrait",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icon-192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"description": "양도 거래? 취소보다 빠른 거래!",
"id": "ph",
"prefer_related_applications": true,
"categories": ["entertainment", "shopping", "social", "travel"]
}