Clicker Communicator

Clicker Communicator

A VOICE FOR EVERYONE Clicker Communicator is the definitive AAC app that gives a voice to children and young people with speech and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "persistent": false,
      "scripts": [
        "background.js"
      ]
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "file_handlers": {
    "any": {
      "extensions": [
        "clkv",
        "clkvw",
        "clkvp"
      ],
      "title": "Clicker Communicator",
      "types": [
        "application/vnd.crick.clickercommunicator"
      ]
    }
  },
  "icons": {
    "16": "images/icon_16.png",
    "64": "images/icon_64.png",
    "128": "images/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk3FXsP4KJ9J03cLrHGs8LgGF+g9gpVbA3wLqCHCvwckFFeHpZ20JwSn1yscoEQYuVmzG/qTtl+CWJJ+0uICuwzY78wMvC+gG2S0v5wPVxPRIxidcmc4cCUCIpZH1N+QBNuMoTQT+jA6KsPIAt2oFojMAcXdacu74aQGaUVmmwWl2scsGVj/SAKjglb1P2Z2p4X4th7va3rIAwSlCKF0m+DwX1PmyR0hBe+wNn6IUc0t1P/BnJOJTfSaKUvRXOZzuCd/4/v4REls1/HnHRYrT3Sh455sJuPAP/kNtUY5ilFhF3T95Jiahd4jUd8n2f7azhhqrafopSG5zAjkzAuaI9wIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "53",
  "name": "Clicker Communicator",
  "oauth2": {
    "client_id": "516137742812-09gcim3kqrk2u3p9iojciqth23gvc1t9.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",
    "webview",
    "identity",
    "identity.email",
    "unlimitedStorage",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "videoCapture",
    "https://ssl.gstatic.com/",
    "https://www.googleapis.com/*",
    "https://www.google-analytics.com/",
    "https://accounts.google.com/*",
    "https://apps.cricksoft.com/*",
    "http://www.learninggrids.com/*"
  ],
  "short_name": "Clicker Communicator",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "url_handlers": {
    "edit": {
      "matches": [
        "https://apps.cricksoft.com/apps/clickercommunicator/edit/*"
      ],
      "title": "Edit"
    },
    "launch": {
      "matches": [
        "https://apps.cricksoft.com/apps/clickercommunicator/launch"
      ],
      "title": "Launch"
    }
  },
  "version": "1.0.2.41"
}