ClassFlow

ClassFlow

Create and deliver interactive ClassFlow lessons directly from your Google Drive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "300294653204",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "image/png",
          "image/jpeg",
          "image/gif",
          "html",
          "application/vnd.google.drive.ext-type.png",
          "application/vnd.google.drive.ext-type.jpg",
          "application/vnd.google.drive.ext-type.gif",
          "application/vnd.google.drive.ext-type.html"
        ],
        "href": "https://prod.classflow.com/classflow/#!/landing/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "launch": {
      "web_url": "https://prod.classflow.com/classflow/#!/landing/"
    }
  }
}