grim/port-authority

closing old branch
draft feature/real_clipboard
2019-04-16, Gary Kramlich
e3bd084d1631
closing old branch
{
"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"
]
}