Clicker Sentences

Clicker Sentences

Develop emergent writers’ skills and build struggling writers’ confidence by building sentences with whole words. Extensively used…

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 Sentences",
  "short_name": "Clicker Sentences",
  "version": "1.1.1.154",
  "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"
      ]
    }
  },
  "offline_enabled": true,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4OLvdiihbF61+dBUEnZZv1MasJzXiq/Hhe3FXbD1CUJcRqX6Ig6RXTxG0FYaRuF+q5bGUNPH89vISAZz7K+1TidhFvBbnKc+3xNNwocmOaL24i2KalBqqkJsHOfXMI9CzL3cbBL5ILPb98FQsH0/kKUdTVtr/GPypuRabY1y42seGQqUDIn1mtCJM5uZPDcI7pQtHVM4CxM6o1neLFl8Mky7rYhcZcVCwk4ynwa7zyNZQu7tZ9KnNlmTEd5GC2lJiTTSc8h/XEnUvOVVkT0jWJeAEkiHhSuMLZhiyToYDv5Nb/cyXs1Efi5ChPv30zlDAg5YSOyLgCtQuz8Ocr1QVQIDAQAB",
  "oauth2": {
    "client_id": "789060838527-u41c28vhv157r3ttrg564d89jdcfncec.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"
    ]
  },
  "permissions": [
    "gcm",
    "tts",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage",
    "alarms",
    "notifications",
    "syncFileSystem",
    "tabs",
    "identity",
    "videoCapture",
    "unlimitedStorage",
    "clipboardRead",
    "identity",
    "identity.email",
    "webview",
    "contextMenus",
    "clipboardWrite",
    "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/clickersentences/launch"
      ],
      "title": "Launch"
    },
    "edit": {
      "matches": [
        "https://apps.cricksoft.com/apps/clickersentences/edit/*"
      ],
      "title": "Edit"
    }
  },
  "file_handlers": {
    "document": {
      "types": [
        "application/vnd.crick.clicker.sentences"
      ],
      "extensions": [
        "clks",
        "cdoc"
      ],
      "title": "Clicker Sentences"
    }
  }
}