Inspect and view changes in Lovely 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",
"manifest_version": 2,
"name": "Lovely for Trello",
"version": "1.1.2",
"icons": {
"48": "trello-lovely-48.png",
"128": "trello-lovely-128.png"
},
"permissions": [
"tabs",
"bookmarks",
"http://*/*",
"https://*/*"
],
"content_scripts": [
{
"matches": [
"https://trello.com/*"
],
"js": [
"jquery-1.7.2.min.js",
"trello-lovely.js"
],
"css": [
"trello-lovely.css"
]
}
]
}