grim/port-authority

remove the rest functions we're not using
feature/semantic-ui
2015-03-12, Gary Kramlich
540ff0c29a98
remove the rest functions we're not using
{
"name": "Port Authority",
"version": "0.0.4",
"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"
]
}