aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googleclassroom/package.json
diff options
context:
space:
mode:
authorLibravatar Tan <taniazuniga.mx@gmail.com>2020-11-15 13:00:51 -0600
committerLibravatar Tan <taniazuniga.mx@gmail.com>2020-11-15 13:00:51 -0600
commitf1f9a695b68a77625f4abc885e4570eb51331275 (patch)
tree79a4816d356b225d3e0a75fbaae8959d50bc6d71 /recipes/googleclassroom/package.json
parentMerge pull request #354 from eandersons/nextcloud-talk (diff)
downloadferdium-recipes-f1f9a695b68a77625f4abc885e4570eb51331275.tar.gz
ferdium-recipes-f1f9a695b68a77625f4abc885e4570eb51331275.tar.zst
ferdium-recipes-f1f9a695b68a77625f4abc885e4570eb51331275.zip
Add Google Classroom recipe
Google Classroom with DarkMode supp
Diffstat (limited to 'recipes/googleclassroom/package.json')
-rw-r--r--recipes/googleclassroom/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/googleclassroom/package.json b/recipes/googleclassroom/package.json
new file mode 100644
index 0000000..b33114c
--- /dev/null
+++ b/recipes/googleclassroom/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "googleclassroom",
3 "name": "Google Classroom",
4 "version": "1.0.2",
5 "description": "Google Classroom",
6 "main": "index.js",
7 "author": "Tania R. Zuniga <tania@tanx.dev>",
8 "license": "MIT",
9 "repository": "https://github.com/TanZng/ferdi-googleclassroom",
10 "config": {
11 "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",
12 "hasTeamId": false,
13 "hasNotificationSound": false
14 }
15 }