summaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php7
1 files changed, 7 insertions, 0 deletions
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'],