add two localhost addresses

This commit is contained in:
Cade Scroggins 2016-02-23 14:48:59 -06:00
parent 77e6365c25
commit 83b9975ab4

View file

@ -173,6 +173,8 @@
{ key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' },
{ key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' },
{ key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/results?search_query=' },
{ key: '0', name: '0.0.0.0', url: 'http://0.0.0.0'},
{ key: '9', name: '0.0.0.0:9000', url: 'http://0.0.0.0:9000'},
]
});
}());