From 7b24a2e55ffaf2b17e771ca4e65e850399ebdc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kk=E2=80=89=E2=9C=AF=E2=80=89=C3=ADrisz?= <76605732+kkiris@users.noreply.github.com> Date: Sun, 6 Apr 2025 23:09:45 -0500 Subject: [PATCH 1/2] added WileyPLUS --- plugin/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/manifest.json b/plugin/manifest.json index 6db51c6..c1c65e3 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -225,7 +225,8 @@ "https://canvas.kdg.be/*", "https://canvas.liverpool.ac.uk/*", "https://canvas.moravian.edu/*", - "https://canvas-prod.ccsnh.edu/*" + "https://canvas-prod.ccsnh.edu/*", + "https://learn.wileyplus.com/*" ], "css":[ "css/styles.css" From 11a44cf0c60cb74c83e1a0bd0a851a161135b833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kk=E2=80=89=E2=9C=AF=E2=80=89=C3=ADrisz?= <76605732+kkiris@users.noreply.github.com> Date: Sun, 6 Apr 2025 23:13:33 -0500 Subject: [PATCH 2/2] add Berklee canvas.berklee.edu for Berklee campuses (Boston, Valencia, NYC) and Boston Conservatory bocce.online.berklee.edu for Berklee Online --- plugin/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin/manifest.json b/plugin/manifest.json index c1c65e3..8518646 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -226,7 +226,9 @@ "https://canvas.liverpool.ac.uk/*", "https://canvas.moravian.edu/*", "https://canvas-prod.ccsnh.edu/*", - "https://learn.wileyplus.com/*" + "https://learn.wileyplus.com/*", + "https://canvas.berklee.edu/*", + "https://bocce.online.berklee.edu/*" ], "css":[ "css/styles.css"