From 9a8a25eda5913fff472f5594e6533a052f8b61e8 Mon Sep 17 00:00:00 2001 From: Scan le Gentil <scanlegentil@hotmail.com> Date: Tue, 10 Mar 2020 23:12:09 +0000 Subject: [PATCH] Update cesiumDownloads.php --- cesiumDownloads.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cesiumDownloads.php b/cesiumDownloads.php index 2ad2b56..cfab819 100644 --- a/cesiumDownloads.php +++ b/cesiumDownloads.php @@ -52,6 +52,13 @@ $cesiumDownloads = 'desc' => _('Pour une installation sur un serveur web'), 'extra' => '' ], + 'Firefox_Add-on' => [ + 'title' => _('Firefox Add-on'), + 'url' => 'https://addons.mozilla.org/fr/firefox/addon/cesium/', + 'img' => 'firefox2019.png', + 'desc' => _('Expérimental Firefox Add-on'), + 'extra' => '' + ] 'livrables' => [ 'title' => _('Livrables'), 'url' => 'https://github.com/duniter/cesium/releases', -- GitLab