aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googleclassroom/package.json
blob: 3e438cc09b2cad9737c1d87cbe15faa93ab472ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "googleclassroom",
  "name": "Google Classroom",
  "version": "1.0.4",
  "description": "Google Classroom",
  "main": "index.js",
  "author": "Tania R. Zuniga <tania@tanx.dev>",
  "license": "MIT",
  "repository": "https://github.com/TanZng/ferdi-googleclassroom",
  "config": {
    "serviceURL": "https://accounts.google.com/ServiceLogin/signinchooser?service=classroom&passive=1209600&continue=https%3A%2F%2Fclassroom.google.com%2F%3Fsafe%3Dactive&followup=https%3A%2F%2Fclassroom.google.com%2F%3Fsafe%3Dactive&emr=1&flowName=GlifWebSignIn&flowEntry=ServiceLogin",
    "hasTeamId": false,
    "hasNotificationSound": false
  }
}