|
- {
- "items": [
- {
- "label": "Level 1",
- "icon": "/usr/share/icons/Mint-X/apps/48/chromium-browser.png",
- "items": [
- {
- "label": "Level 2-1",
- "icon": "/usr/share/icons/Mint-X/apps/48/chromium-browser.png",
- "items": [
- {
- "label": "Chromium Browser",
- "icon": "/usr/share/icons/Mint-X/apps/48/chromium-browser.png",
- "exec": "/usr/bin/chromium-browser"
- }
- ]
- },
- {
- "label": "Level 2-2",
- "icon": "/usr/share/icons/Mint-X/apps/48/chromium-browser.png",
- "items": [
- {
- "label": "Level 3-1",
- "icon": "/usr/share/icons/Mint-X/apps/48/chromium-browser.png",
- "items": [
- {
- "label": "Chromium Browser",
- "icon": "/usr/share/icons/Mint-X/apps/48/chromium-browser.png",
- "exec": "/usr/bin/chromium-browser"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
|