Examine source code of Gantt for Trello | by Placker.com

Inspect and view changes in Gantt for Trello | by Placker.com 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": "Gantt for Trello | by Placker.com",
  "short_name": "Gantt for Trello",
  "description": "Create a Gantt chart from your Trello board in only one click. Created by Placker.com: Planning & Tracking tools for Trello",
  "version": "1.5.1",
  "page_action": {
    "default_icon": "icons/ext_gantt_icon.png",
    "default_title": "View Gantt"
  },
  "icons": {
    "48": "icons/gantt_for_trello_48.png",
    "128": "icons/gantt_for_trello_128.png"
  },
  "background": {
    "scripts": [
      "javascript/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "storage"
  ]
}