From fca8ae42073e11452d74a5e4a0ed4bfdfb88afa0 Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 20 Jun 2023 09:06:23 +0200 Subject: added: new sharing service: Omnivore (#5477) * add Omnivore * fix i18n * Update app/i18n/en/gen.php Co-authored-by: Alexandre Alapetite --------- Co-authored-by: Alexandre Alapetite --- app/shares.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/shares.php') diff --git a/app/shares.php b/app/shares.php index 2c9a984fc..ba2a49e3f 100644 --- a/app/shares.php +++ b/app/shares.php @@ -143,6 +143,13 @@ return [ 'form' => 'advanced', 'method' => 'GET', ], + 'omnivore' => [ + 'url' => '~URL~/api/save?url=~LINK~', + 'transform' => ['urlencode'], + 'help' => 'https://omnivore.app/', + 'form' => 'advanced', + 'method' => 'GET', + ], 'pinboard' => [ 'url' => 'https://pinboard.in/add?next=same&url=~LINK~&title=~TITLE~', 'transform' => ['urlencode'], -- cgit v1.2.3