blob: 51acbe736f7b5dd0898192c79eb5f2c2f47fa996 (
plain) (
blame)
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
|
{
"version": "5",
"name": "Import LDIF",
"description": "Import LDIF file from the remote URL to Firefox OS Contacts application",
"icons": {
"128": "/icon-128.png"
},
"launch_path": "/index.html",
"type": "privileged",
"developer": {
"name": "Matěj Cepl",
"url": "http://matej.ceplovi.cz"
},
"permissions": {
"contacts": {
"access": "readwrite",
"description": "Required for adding imported contacts to the system addressbook."
},
"systemXHR": {
"description": "Required for access to randomly located LDIF files on the Internet"
}
},
"installs_allowed_from": [
"*"
]
}
|