-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
49 lines (49 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"id": "Meditera",
"background_color": "#ffffff",
"description": "Medical Device Tracer and Condition Recorder Application",
"dir": "ltr",
"display": "standalone",
"name": "Meditera",
"orientation": "any",
"scope": "/",
"short_name": "Meditera",
"start_url": "/",
"theme_color": "#f33521",
"categories": [
"social"
],
"screenshots": [],
"icons": [
{
"src": "/icon512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"capture_links": "existing-client-navigate",
"url_handlers": [
{
"origin": "https://mediteraapp.netlify.app"
}
],
"protocol_handlers": [
{
"protocol": "web+meditera",
"url": "/?meditera=%s"
}
],
"intent_filters": [
{
"scope_url_scheme": "https",
"scope_url_host": "mediteraapp.netlify.app",
"scope_url_path": "/"
}
],
"related_applications": [{
"platform": "webapp",
"url": "https://mediteraapp.netlify.app/manifest.json"
}],
"lang": "id"
}