From 2081dda373a6fec497efdb60fae9a9654044f363 Mon Sep 17 00:00:00 2001 From: simson Date: Sun, 29 Sep 2024 18:54:01 +0200 Subject: [PATCH] WIP: ajout grenoble metro (#259) * manifest.json: fix bracket indentation * Add grenoble metropole configuration --------- Co-authored-by: Simeon Marijon --- ophirofox/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ophirofox/manifest.json b/ophirofox/manifest.json index b0b4012..8f5019f 100644 --- a/ophirofox/manifest.json +++ b/ophirofox/manifest.json @@ -1058,9 +1058,13 @@ { "name": "TBS Education", "AUTH_URL": "http://hub.tbs-education.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=CAPITOLET_11ip" }, - { + { "name": "Toulouse Métropole - MaBM", "AUTH_URL": "https://mabm.toulouse-metropole.fr/Portal/ASSARedirect.ashx?url=https://nouveau.europresse.com/access/httpref/default.aspx?un=bmtoulouseAU_1" + }, + { + "name": "Métropole de Grenoble - Numothèque", + "AUTH_URL": "https://numotheque.grenoblealpesmetropole.fr/plateforme-redirect/BIB?url=https%3A%2F%2Fnouveau.europresse.com%2Faccess%2Fhttpref%2Fdefault.aspx?un=GRENOBLEU_2" } ] }