Conceptboard

Conceptboard

Visual Collaboration Platform for Marketing & Remote Teams

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.2.1",
  "default_locale": "en",
  "icons": {
    "16": "appicon_16x16.png",
    "72": "appicon_72x72.png",
    "92": "appicon_92x92.png",
    "128": "appicon_128x128.png"
  },
  "app": {
    "urls": [
      "http://conceptboard.com/",
      "https://conceptboard.com/"
    ],
    "launch": {
      "web_url": "http://app.conceptboard.com/__/signin/google_oauth"
    }
  },
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "1073597505098"
}