WebCAT

WebCAT

Create your own Contents! WebCAT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WebCAT",
  "version": "1.5.4",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "assets/logo16.png",
    "48": "assets/logo48.png",
    "128": "assets/logo128.png"
  },
  "description": "Create your own Contents! WebCAT",
  "default_locale": "en",
  "permissions": [
    "identity",
    "identity.email",
    "gcm",
    "notifications",
    "webview",
    "http://*/*",
    "https://*/*",
    "storage",
    "contextMenus",
    "unlimitedStorage",
    {
      "fileSystem": [
        "write",
        "directory"
      ]
    }
  ],
  "oauth2": {
    "client_id": "904525344895-0tilmpis7loqe70erjildc9bqg6tkpp0.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  }
}