Skip to content

Instantly share code, notes, and snippets.

@eligrey
Last active August 29, 2015 14:01
Show Gist options
  • Save eligrey/35ffafae08c1cc280992 to your computer and use it in GitHub Desktop.
Save eligrey/35ffafae08c1cc280992 to your computer and use it in GitHub Desktop.
Manifest snippet
{
// [...]
, "file_browser_handlers": [
{
"id": "run"
, "default_title": "Run"
, "file_filters": [
"filesystem:*.sh"
, "filesystem:*.crosh"
]
}
, {
"id": "run-as-root"
, "default_title": "Run as root"
, "file_filters": [
"filesystem:*.sh"
, "filesystem:*.crosh"
]
}
, {
"id": "set-launch-options"
, "default_title": "Set launch options"
, "file_filters": [
"filesystem:*.sh"
, "filesystem:*.crosh"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment