Suggestions:<p>- Autofocus the url bar, if this is possible. Make the search field the first tab field (it's currently the second).<p>- Do a live fuzzy filtering of my webapps, not a submit-based search. This might work better if you had the list of results in a dropdown from the search box (think how Sublime shows its command pallette. If you don't know what that is, see the third animation at <a href="http://www.sublimetext.com/" rel="nofollow">http://www.sublimetext.com/</a>), instead of taking over the main body of the page.<p>- If I press Enter from the search box, open the top result that's currently showing.<p>These three changes allow for the workflow Ctrl-T, Tab if necessary, type fuzzy search for app name, press enter. Otherwise it's faster just to use the URL bar.<p>- You should show the URL of the shortcuts when editing the list of shortcuts, and preferably giving an option to turn on the domain on the main view.<p>EDIT:<p>- I would suggest making all my currently selected apps stored in localStorage, and using appCache for the page, if you're not already. If you want people to use this heavily, it'll need to load <i>fast</i>. The directory you can just load from a server, but I shouldn't have to wait for a response if I'm on a bad connection and I want to open a web app.<p>- Is there a way to load in your data without redirecting the New Tab page? Currently, the way you have it set up breaks the Ctrl-T, type-url flow that I use <i>constantly</i>, and I imagine many other people do too. I know it used to be possible to take over the new tab page without changing the url - did the update break this?<p>EDIT: changed the first suggestion.