DocsPlus

DocsPlus

Help struggling writers overcome barriers to progress with DocsPlus – the brand new writing tool for secondary schools. Join the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DocsPlus",
  "short_name": "DocsPlus",
  "version": "1.0.6.62",
  "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,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZPwDCg+aKYxQ0AkI48c7AcExk8Wd/H89gYTRfrN0PjKIULSvptcq8AYTiwrRAxh5XSlDRtExbTt9LjtOYZ6Yi8xJQLbcP5EZs0vbEaAVPMtJvZW/4S3IJc5hfUClE3ZR7hqIYgKyWAj6nYGGEsOicre7vDl3/aOO0ZWSQA8PIdL7E9Nh14h3kpcYqJF8pZXy90eS7kSUryp2YyIz8y1WXF2z3S3gP5dNlEh46NIJ+rcmNxSRKBz9e1GvVYPb0eXXUFkwg4c+HXYYsjF5Yp3VjWhClyR+J0LJAsa9ga+mOLY+bbG/h5PiTgrCbhLkPwqft+nn2UL6UUXry06T3dVEQIDAQAB",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "oauth2": {
    "client_id": "929407767019-9v94tlkdpbcb7g45tmcuq1nsem0qviss.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",
    "webview",
    "identity",
    "identity.email",
    "unlimitedStorage",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "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/*"
  ],
  "url_handlers": {
    "launch": {
      "matches": [
        "https://apps.cricksoft.com/apps/DocsPlus/launch"
      ],
      "title": "Launch"
    },
    "edit": {
      "matches": [
        "https://apps.cricksoft.com/apps/DocsPlus/edit/*"
      ],
      "title": "Edit"
    }
  },
  "file_handlers": {
    "any": {
      "types": [
        "application/vnd.crick.docsPlus"
      ],
      "extensions": [
        "wdoc",
        "awbr",
        "pwbr",
        "wbrx",
        "cdoc",
        "pdf"
      ],
      "title": "DocsPlus"
    }
  }
}