WordQ UK I Edu

WordQ UK I Edu

A simple text editor with powerful word prediction, speech feedback and speech recognition

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WordQ UK I Edu",
  "description": "A simple text editor with powerful word prediction, speech feedback and speech recognition",
  "manifest_version": 2,
  "minimum_chrome_version": "25",
  "version": "1.3.7",
  "offline_enabled": true,
  "icons": {
    "128": "assets/icons/cWordQIcon128x128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "tts",
    "storage",
    "identity",
    {
      "fileSystem": [
        "write"
      ]
    },
    "clipboardRead",
    "clipboardWrite",
    "identity.email",
    "https://www.1q4all.com/*",
    "audioCapture"
  ],
  "webview": {
    "partitions": [
      {
        "name": "tinyMCE",
        "accessible_resources": [
          "js/webview/*",
          "assets/icons/*",
          "js/lib/*"
        ]
      },
      {
        "name": "gdrive",
        "accessible_resources": [
          "js/app/persistence/*",
          "assets/*"
        ]
      },
      {
        "name": "help",
        "accessible_resources": [
          "assets/help/*"
        ]
      }
    ]
  },
  "sandbox": {
    "pages": [
      "js/app/persistence/*"
    ]
  },
  "oauth2": {
    "client_id": "710308930907-oavr26461dv69cke27oue2f9jkm78ta2.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  }
}