Clicker Connect

Clicker Connect

A perfect next step from Clicker Sentences, Clicker Connect enables young learners and struggling writers to take their first steps…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "persistent": false,
      "scripts": [
        "background.js"
      ]
    }
  },
  "file_handlers": {
    "any": {
      "extensions": [
        "clkc",
        "cdoc"
      ],
      "title": "Clicker Connect",
      "types": [
        "application/vnd.crick.clicker.connect"
      ]
    }
  },
  "icons": {
    "16": "images/icon_16.png",
    "64": "images/icon_64.png",
    "128": "images/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnzgkRXKl3enpzjRib/t6jv61V674OjqRJ0VAU9VcFbiDsDb454/lVGOHLVO0F7UoDlNNziGepGi3/PfKKjiiSvXgFq5Qf7+bAjB1PWe0B/Y9wGb03L3lfcboFsbar+kYsz22bfidf2v+OncMYyRLOo18srUuwpnoOa04ZnGW+Te8M4VjRqRx5FN9emQkybJHPvo4lokZJyPjauAURSFHQvhBv+iTUbZyjRSaYXjPfYzLzXdPVxwQkvoQnJcWluAcLP6dC8NWG53M/0GAVQUenBQF2RZv6CqKMm2XVNISAjl206h+LPMq5c3hhtBSAbVCcVISWqadEey1cZnXdD+zEQIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "53",
  "name": "Clicker Connect",
  "oauth2": {
    "client_id": "188186594119-p5u59h10npn9e33apa7mq6skuiq8d7l8.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/gmail.send"
    ]
  },
  "offline_enabled": true,
  "permissions": [
    "gcm",
    "tts",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage",
    "alarms",
    "notifications",
    "syncFileSystem",
    "tabs",
    "identity",
    "identity.email",
    "unlimitedStorage",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "videoCapture",
    "webview",
    "https://ssl.gstatic.com/",
    "https://www.googleapis.com/*",
    "https://accounts.google.com/*",
    "https://apps.cricksoft.com/*",
    "http://www.learninggrids.com/*"
  ],
  "short_name": "Clicker Connect",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "url_handlers": {
    "edit": {
      "matches": [
        "https://apps.cricksoft.com/apps/clickerconnect/edit/*"
      ],
      "title": "Edit"
    },
    "launch": {
      "matches": [
        "https://apps.cricksoft.com/apps/clickerconnect/launch"
      ],
      "title": "Launch"
    }
  },
  "version": "1.0.7.53"
}