grim/port-authority

closing old branch
draft develop
2019-04-16, Gary Kramlich
557c89f07b30
closing old branch
{
"name": "Port Authority",
"version": "0.0.11",
"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"
]
}