Examine source code of Apps4.Pro PlannerGantt

Inspect and view changes in Apps4.Pro PlannerGantt 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
{
  "author": "Apps4Pro",
  "manifest_version": 2,
  "name": "Apps4.Pro PlannerGantt",
  "short_name": "Apps4.Pro PlannerGantt",
  "version": "2.0.0.1",
  "description": "Loads Microsoft Planner plans and tasks in Gantt to visualize tasks in sequence.",
  "background": {
    "page": "index.html#/background-page",
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "assets/jquery.min.js",
        "assets/gantt_content.js"
      ],
      "matches": [
        "https://tasks.office.com/*"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "assets/apps4pro-planner-gantt-19px.png",
      "40": "assets/apps4pro-40.png"
    },
    "default_title": "Apps4.Pro PlannerGantt"
  },
  "icons": {
    "19": "assets/apps4pro-planner-gantt-19px.png",
    "48": "assets/apps4pro-planner-gantt-48px.png",
    "96": "assets/apps4pro-96.png",
    "128": "assets/apps4pro-planner-gantt-128px.png"
  },
  "permissions": [
    "storage",
    "cookies",
    "*://*.tasks.office.com/",
    "tabs",
    "https://tasks.apps4.pro/admin/*",
    "https://login.microsoftonline.com/",
    "https://graph.microsoft.com/",
    "*://*.sharepoint.com/"
  ],
  "externally_connectable": {
    "matches": [
      "https://apps4progantt-beta.azurewebsites.net/*",
      "https://planner-gantt.apps4.pro/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ajax.googleapis.com; object-src 'self'",
  "web_accessible_resources": [
    "assets/jquery.min.js",
    "assets/gantt_content.js",
    "assets/planner_web.js",
    "assets/import.png",
    "assets/file_export.png",
    "assets/gantt_view.png",
    "index.html",
    "inline.151f952f5e690db69811.bundle.js",
    "main.5005eb52c602a444699a.bundle.js",
    "polyfills.19687ef427b6460b82ba.bundle.js",
    "styles.4827acc5a8c62ef7d113.bundle.css"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}