Created
September 12, 2017 13:50
-
-
Save vutran/ce35602ac2a3e7f2f1ea8c02cb89f23c to your computer and use it in GitHub Desktop.
Omnibar - EchoExtension
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
export default function EchoExtension(query) { | |
return [ | |
{ | |
title: query, | |
subtitle: query, | |
}, | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment