Remind

Remind

Reach students and parents where they are. Free for teachers, always.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Remind",
  "short_name": "Remind",
  "description": "Reach students and parents where they are. Free for teachers, always.",
  "version": "1.6.1",
  "minimum_chrome_version": "30",
  "offline_enabled": false,
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "https://remind.com/",
    "http://remind.com/",
    "browser",
    "identity",
    "notifications",
    "gcm",
    "tts",
    "webview"
  ],
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/bsN3ArSaV4WzmrGyk9Tas06u5sspUBBaoP5asCjOjkzdWHEJm+s1p17N/Y7miVKfxXz21oNNYF+EuJoNy8PgEIxZtwWomJ9esrbcT4RBbbitU/9+NEesi4xSJWhom9kxQdKKG3H9hDQLJcrvgitiYg6gJ8Yq9+JG+Jnb08ZoCwIDAQAB",
  "oauth2": {
    "client_id": "1073345718255-abpv3v9hacu96uq77p30pcsamvjctmle.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login"
    ]
  }
}