aboutsummaryrefslogblamecommitdiffstats
path: root/manifest.webapp
blob: 6f696ec2d907bd69205886e9e90737d72c4eba75 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                   
                          



                                                                                             

                                 
















                                                                                               
{
    "version": "4",
    "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": [
        "*"
    ]
}