{
"key":
"<REDACTED FOR SECURITY>",
"manifest_version": 2,
"name": "Chat For Trello",
"description": "Adds chat functionality to Trello",
"version": "2.5.1",
"icons": {
"16": "images/logo-16x16.png",
"48": "images/logo-48x48.png",
"128": "images/logo-128x128.png"
},
"browser_action": {
"default_icon": "images/logo-128x128.png",
"default_popup": "browseraction.html"
},
"background": {
"page": "background.html"
},
"options_page": "settings.html",
"content_scripts": [
{
"run_at": "document_start",
"js": ["libs/websocket-wrapper/injector.js"]
},
{
"js": ["contentScript-bundle.js"],
"css": ["css/ChatForTrello.css"]
}
],
"web_accessible_resources": [
"libs/semantic-ui/semantic.content-script.css",
"libs/semantic-ui/icons.svg",
"libs/semantic-ui/icons.eot",
"libs/semantic-ui/icons.ttf",
"libs/semantic-ui/icons.woff",
"libs/semantic-ui/icons.woff2",
"images/logo-16x16-outline.png",
"images/logo-16x16-outline-active.png",
"images/logo-16x16.png",
"images/logo-16x16-inverted.png"
],