Chargement des profils distant via HTTP

This commit is contained in:
2015-11-05 16:40:42 +01:00
parent 996ccd90f1
commit 736d7600c0
7 changed files with 113 additions and 20 deletions

View File

@ -1,5 +1,17 @@
{
"label": "Partial Level 1",
"icon": "chromium-browser",
"background": "./img/background2.jpg"
"background": "./img/background2.jpg",
"items": [
{
"label": "Firefox",
"icon": "firefox",
"exec": "firefox"
},
{
"label": "Libreoffice Writer",
"icon": "libreoffice-writer",
"exec": "libreoffice --writer"
}
]
}