aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googleclassroom/package.json
blob: b33114c6726575b8989ded3b055383c3aa8f1f1b (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.2",
    "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
    }
  }