grim/port-authority

fixed a bunch of random stuff... the none scrolling of the repo list, added a debug option, and a default title so that things aren't jumping around
chrome.app.runtime.onLaunched.addListener(function() {
window.open("html/window.html");
});