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/jollor/package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/jollor/package.json (limited to 'recipes/jollor/package.json') diff --git a/recipes/jollor/package.json b/recipes/jollor/package.json new file mode 100644 index 0000000..bb7010c --- /dev/null +++ b/recipes/jollor/package.json @@ -0,0 +1,24 @@ +{ + "id": "jollor", + "name": "jollor", + "version": "1.0.0", + "description": "Jollor - Manage your social media with ease", + "main": "index.js", + "author": "Jan Zaloudek ", + "license": "MIT", + "config": { + "serviceURL": "https://jollor.com", + "serviceName": "Jollor", + "message": "Jollor - Manage your social media with ease", + "popup": [], + "hasNotificationSound": true, + "hasIndirectMessages": false, + "hasTeamID": false, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} -- cgit v1.2.3-70-g09d2