Project Management ProjectPlus for Agile

Project Management ProjectPlus for Agile

ProjectPlus, the Project Management tool for Agile and KanBan approaches based on the Kanboard app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_title__",
  "version": "1.1.8resigned1",
  "description": "__MSG_description__",
  "default_locale": "en",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "icons/app_38.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "tabs"
  ],
  "options_page": "settings.html",
  "icons": {
    "16": "icons/app_16.png",
    "48": "icons/app_48.png",
    "128": "icons/app_128.png"
  },
  "background": {
    "scripts": [
      "support.js",
      "jquery-2.2.0.min.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{696697d2-7598-4284-a577-f8d6a264fc64}"
    }
  }
}