Inspect and view changes in Official Card Counter Trello with Totalizer source codes across current and past versions
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",
"name": "Official Card Counter Trello with Totalizer",
"version": "7.3",
"description": "Official Card counter for Trello. Show card counters and the total cards in your board!",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"jquery-3.3.1.min.js",
"counter.js"
],
"css": [
"cardstyle.css"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": "icon.png"
},
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 3
}