grim/port-authority

38068d2157b1
tags are working now, presentation sucks
{
"name": "Port Authority",
"version": "0.0.11",
"manifest_version": 2,
"description": "Chrome application for interacting with a Docker registry",
"icons": {
"128": "marketing/logo-128.png"
},
"app": {
"background": {
"scripts": ["js/background.js"],
"persistent": false
}
},
"permissions": [
"<all_urls>",
"storage",
"clipboardWrite"
]
}