Clicker Docs

Clicker Docs

Clicker Docs develops writing skills and builds struggling writers’ confidence by providing support for students of all abilities.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "persistent": false,
      "scripts": [
        "background.js"
      ]
    }
  },
  "file_handlers": {
    "any": {
      "extensions": [
        "clkd",
        "cdoc"
      ],
      "title": "Clicker Docs",
      "types": [
        "application/vnd.crick.clicker.docs"
      ]
    }
  },
  "icons": {
    "16": "images/icon_16.png",
    "64": "images/icon_64.png",
    "128": "images/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj6yv1/C0g+1sWnroE/UPi9IwSohi6QNyPMZczt2P/0iLlfwX9JNs8huelDS4IPOgrUYMOnSdR/w/GiGR1DrfjGD0l2N1got3TlvkhvvoLpF3bl7Np7tG6K/BHlOvysR/mvHonco14w4nk6+OBCmFi4ONdFjiqAmr+vfldM/J8qXKDbTHlD4sb8Sr1hIWtzT9dh1nxrJW/F38L0CLTVlWo1Zta1jqlGvYNXlpDmF+DoZgNk+hw6aW4EeHFntZMGzDHJbi+Ty4DvdHxwWNrz1urvOvfFdguG1DPJqDrFJzo/xFZoMOaW4lB446257dcOAL82G//u92i0b3d5RWLHqrHQIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "53",
  "name": "Clicker Docs",
  "oauth2": {
    "client_id": "809050585244-v3v0l9uc8dq52hfr90fgnik9f8jce7b0.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",
    "<all_urls>",
    {
      "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://accounts.google.com/*"
  ],
  "short_name": "Clicker Docs",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "url_handlers": {
    "edit": {
      "matches": [
        "https://apps.cricksoft.com/apps/clickerdocs/edit/*"
      ],
      "title": "Edit"
    },
    "launch": {
      "matches": [
        "https://apps.cricksoft.com/apps/clickerdocs/launch"
      ],
      "title": "Launch"
    }
  },
  "version": "1.0.9.179"
}