Clicker Connect SymbolStix

Clicker Connect SymbolStix

Clicker Connect SymbolStix enables young learners and struggling writers to take their first steps to independent writing by using…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clicker Connect SymbolStix",
  "short_name": "Clicker Connect SymbolStix",
  "version": "1.0.8.55",
  "minimum_chrome_version": "53",
  "icons": {
    "16": "images/icon_16.png",
    "64": "images/icon_64.png",
    "128": "images/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ],
      "persistent": false
    }
  },
  "offline_enabled": true,
  "oauth2": {
    "client_id": "713426715264-3af2vqam6d3ki4kus3pu4hkphgpqjkic.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/drive.install",
      "https://www.googleapis.com/auth/gmail.send"
    ]
  },
  "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/*"
  ],
  "url_handlers": {
    "launch": {
      "matches": [
        "https://apps.cricksoft.com/apps/clickerconnect/launch"
      ],
      "title": "Launch"
    },
    "edit": {
      "matches": [
        "https://apps.cricksoft.com/apps/clickerconnect/edit/*"
      ],
      "title": "Edit"
    }
  },
  "file_handlers": {
    "any": {
      "types": [
        "application/vnd.crick.clicker.connect"
      ],
      "extensions": [
        "clkc",
        "cdoc"
      ],
      "title": "Clicker Connect"
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt3qJR87+nHvW65I6jOz/ygfNwtro5PVFqeJ3j69X/JnzXRigEH0UQFGB+gDLjAzslT+gRtrtwbOsVB5ovlUYCI+GNx4q6pbCILN7feSo0J9KOFmTTvVs1q59FwOABU/8wq3YM4b/tVL0XQOtJx3ZxcR/Yuo9cjmfZCZ2kJtSkSUq+rfjAzlhFQ2kwGKUpEzrsIQ7hV6QsnI/sg/uCpT5A0/xhmQfdyOQ9oicyYjg0RTLlny2+s8nU25Qx+RcQqQrO1hJyVygIGMiGENmwzduxq6rB5mppmsnWaWtSMydlJO2uble4nFkp/DW7eKSTx4mZQGoYe7mZSmrLHTySYUxEQIDAQAB"
}