aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/snapdrop/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-19 13:41:07 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-05-19 14:08:59 +0530
commitc35cda5c57ef9a35f7fb892051a46dd57a6b477a (patch)
tree4a8c815efe19190f2a624b0375d76f6bbc623774 /recipes/snapdrop/package.json
parentMissed 'prepare' step that enforces the installation of the git pre-commit hooks (diff)
downloadferdium-recipes-c35cda5c57ef9a35f7fb892051a46dd57a6b477a.tar.gz
ferdium-recipes-c35cda5c57ef9a35f7fb892051a46dd57a6b477a.tar.zst
ferdium-recipes-c35cda5c57ef9a35f7fb892051a46dd57a6b477a.zip
Added new recipe: snapdrop (fixes #512)
Diffstat (limited to 'recipes/snapdrop/package.json')
-rw-r--r--recipes/snapdrop/package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/snapdrop/package.json b/recipes/snapdrop/package.json
new file mode 100644
index 0000000..3fd670c
--- /dev/null
+++ b/recipes/snapdrop/package.json
@@ -0,0 +1,24 @@
1{
2 "id": "snapdrop",
3 "name": "Snapdrop",
4 "version": "1.0.0",
5 "description": "Snapdrop recipe for Franz",
6 "main": "index.js",
7 "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "http://snapdrop.net/",
11 "serviceName": "Snapdrop",
12 "message": "",
13 "popup": [],
14 "hasNotificationSound": true,
15 "hasIndirectMessages": false,
16 "hasTeamID": false,
17 "customURL": false,
18 "hostedOnly": false,
19 "webviewOptions": {
20 "disablewebsecurity": ""
21 },
22 "openDevTools": false
23 }
24}