diff --git a/index.html b/index.html index a667cd5..3cce286 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -62,6 +62,23 @@ ['0:54323', { url: 'http://localhost:54323' }], ['0:54324', { url: 'http://localhost:54324' }], ]); + + // Usage of suggestions with names + + /* const COMMANDS = new Map([ + [ + 'g', + { + url: 'https://www.google.com/search?q={}', + searchTemplate: '/search?q={}', + suggestions: [ + { name: 'Google Search', url: 'https://www.google.com' }, + { name: 'Google Images', url: 'https://images.google.com' }, + { name: 'Google Maps', url: 'https://maps.google.com' }, + ], + }, + ], + ]); */