Skip to content

Instantly share code, notes, and snippets.

@manico
Last active October 18, 2018 07:57
Show Gist options
  • Save manico/ec04ed9681ee7ce273a295f1245c95f5 to your computer and use it in GitHub Desktop.
Save manico/ec04ed9681ee7ce273a295f1245c95f5 to your computer and use it in GitHub Desktop.
Runner Apps Registry
{
"apps": [
{
"name": "ZXing",
"provider": "ZXing Team",
"fqn": "com.zxing.scanner.android",
"keywords": ["scanner", "scan", "barcode", "qr", "code"],
"actions": [
{
"name": "scan",
"internalName": "SCAN",
"internalResultName": "SCAN_RESULT"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment