-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
54 lines (54 loc) · 1.02 KB
/
manifest.webapp
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
50
51
52
53
54
{
"name": "FXOS Demo",
"description": "Sample app to share app over nfc/bluetooth",
"launch_path": "/index.html",
"type": "certified",
"permissions": {
"nfc": {
"access": "readwrite"
},
"bluetooth": {},
"settings": {
"access": "readwrite"
},
"device-storage:apps": {
"access": "readonly"
},
"webapps-manage": {}
},
"developer": {
"name": "Julie Zhang",
"url": ""
},
"icons": {
"120": "/style/icons/Nfc.png"
},
"default_locale": "en",
"activities": {
"nfc-tech-lost": {
"filters": {
"type": "info"
}
},
"nfc-ndef-discovered": {
"filters": {
"type": [
"device",
"empty",
"external-type",
"text/vcard",
"text",
"uri",
"*"
]
}
},
"nfc-tag-discovered": {}
},
"messages": [
{
"bluetooth-opp-recieving-file-confirmation": "/receiving.html",
"bluetooth-opp-transfer-start": "/receiving.html"
}
]
}