grim/port-authority

086c5d7a0ea8
add a makefile to make it a bit easier to build packages
{
"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"
]
}