Inspect and view changes in Slim Lists for Trello 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": "Slim Lists for Trello",
"version": "0.10",
"manifest_version": 2,
"description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%",
"content_scripts": [
{
"js": [
"scripts.js"
],
"matches": [
"https://trello.com/*"
],
"run_at": "document_end"
}
],
"icons": {
"128": "icon_128.png"
}
}