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/package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/box/package.json (limited to 'recipes/box/package.json') 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 + } +} -- cgit v1.2.3-54-g00ecf