ProjectWork - professional project scheduling

ProjectWork - professional project scheduling

Create, track and share a project schedule online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ProjectWork - professional project scheduling",
  "short_name": "ProjectWork",
  "description": "Create, track and share a project schedule online",
  "default_locale": "en",
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "277635374980",
  "version": "2.3",
  "manifest_version": 2,
  "icons": {
    "16": "icon-16.png",
    "128": "icon-store.png"
  },
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/projectwork",
          "application/json"
        ],
        "href": "https://projectwork.forscale.nl/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "launch": {
      "web_url": "https://projectwork.forscale.nl/"
    }
  }
}