This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Hello World", | |
"tagline": "A hello world app", | |
"description": "Your example for installing web apps into kano as 'apps'.", | |
"slug": "hello", | |
"icon": "secrets", | |
"colour": "#f8584b", | |
"categories": ["media"], | |
"packages": [], | |
"dependencies": [ | |
"chromium-browser", | |
"kano-profile" | |
], | |
"launch_command": "kano-tracker-ctl session run 'hello' 'chromium-browser http://example.com --start-fullscreen --kiosk --incognito --noerrdialogs --disable-translate --no-first-run --fast --fast-start --disable-infobars --disable-features=TranslateUI --disk-cache-dir=/dev/null'", | |
"overrides": [], | |
"priority": 524 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment