From 8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 20 Jun 2021 11:08:00 +0530 Subject: Added new services - 'air-droid' - 'basecamp' - 'box' - 'buffer' - 'chatra' - 'easy-redmine' - 'feedbin' - 'iCloud' - 'jollor' - 'nomadlist' - 'paymo' - 'pivotal-tracker' - 'plan' - 'podio' - 'protonet' - 'teamleader' --- recipes/box/icon.png | Bin 0 -> 459295 bytes recipes/box/icon.svg | 99 +++++++++++++++++++++++++++++++++++++++++++++++ recipes/box/index.js | 1 + recipes/box/package.json | 24 ++++++++++++ recipes/box/webview.js | 3 ++ 5 files changed, 127 insertions(+) create mode 100644 recipes/box/icon.png create mode 100644 recipes/box/icon.svg create mode 100644 recipes/box/index.js create mode 100644 recipes/box/package.json create mode 100644 recipes/box/webview.js (limited to 'recipes/box') diff --git a/recipes/box/icon.png b/recipes/box/icon.png new file mode 100644 index 0000000..428d7c8 Binary files /dev/null and b/recipes/box/icon.png differ diff --git a/recipes/box/icon.svg b/recipes/box/icon.svg new file mode 100644 index 0000000..cdde911 --- /dev/null +++ b/recipes/box/icon.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/recipes/box/index.js b/recipes/box/index.js new file mode 100644 index 0000000..258da41 --- /dev/null +++ b/recipes/box/index.js @@ -0,0 +1 @@ +module.exports = Franz => Franz; diff --git a/recipes/box/package.json b/recipes/box/package.json new file mode 100644 index 0000000..f603e96 --- /dev/null +++ b/recipes/box/package.json @@ -0,0 +1,24 @@ +{ + "id": "box", + "name": "box", + "version": "1.0.0", + "description": "Box", + "main": "index.js", + "author": "Yitch ", + "license": "MIT", + "config": { + "serviceURL": "https://account.box.com/login", + "serviceName": "Box", + "message": "", + "popup": [], + "hasNotificationSound": false, + "hasIndirectMessages": false, + "hasTeamID": false, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} diff --git a/recipes/box/webview.js b/recipes/box/webview.js new file mode 100644 index 0000000..8d854de --- /dev/null +++ b/recipes/box/webview.js @@ -0,0 +1,3 @@ +module.exports = (Franz, options) => { + +} -- cgit v1.2.3-70-g09d2