Shamelessly adapted from the very useful 'Points for Trello' extension (see https://github.com/jgraglia/Trello-Points)
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"content_scripts": [
{
"css": [
"trellopoints.css"
],
"js": [
"jquery-1.7.1.min.js",
"utils.js",
"trellopoints.js"
],
"matches": [
"https://trello.com/*"
]
}
],
"description": "Shamelessly adapted from the very useful 'Points for Trello' extension (see https://github.com/jgraglia/Trello-Points)",
"icons": {
"16": "images/icon.png",
"48": "images/icon_trello_sm.png",
"128": "images/logo-128.png"
},
"manifest_version": 2,
"name": "Points for Trello - Combined Edition",
"version": "0.74",
"web_accessible_resources": [
"images/points-icon.png"
]
}