pitaya-launcher/partial-profile.json

18 lines
332 B
JSON
Raw Normal View History

2015-11-05 14:39:48 +01:00
{
"label": "Partial Level 1",
"icon": "chromium-browser",
"background": "./img/background2.jpg",
"items": [
{
"label": "Firefox",
"icon": "firefox",
"exec": "firefox"
},
{
"label": "Libreoffice Writer",
"icon": "libreoffice-writer",
"exec": "libreoffice --writer"
}
]
2015-11-05 14:39:48 +01:00
}