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
{
"name": "Port Authority",
"version": "0.0.3",
"manifest_version": 2,
"description": "Chrome application for interacting with a Docker registry",
"icons": {
"128": "marketing/logo.png"
},
"app": {
"background": {
"scripts": ["js/background.js"],
"persistent": false
}
},
"permissions": [
"<all_urls>",
"storage",
"clipboardWrite"
]
}