Skip to content

Instantly share code, notes, and snippets.

@TheNotary
Last active May 17, 2019 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheNotary/8c50acaa9b1cd9f4c5ad85cb916ecb7d to your computer and use it in GitHub Desktop.
Save TheNotary/8c50acaa9b1cd9f4c5ad85cb916ecb7d to your computer and use it in GitHub Desktop.
{
"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