aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jollor/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jollor/package.json')
-rw-r--r--recipes/jollor/package.json17
1 files changed, 2 insertions, 15 deletions
diff --git a/recipes/jollor/package.json b/recipes/jollor/package.json
index 7d2c17a..a988d10 100644
--- a/recipes/jollor/package.json
+++ b/recipes/jollor/package.json
@@ -1,24 +1,11 @@
1{ 1{
2 "id": "jollor", 2 "id": "jollor",
3 "name": "jollor", 3 "name": "jollor",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Jollor - Manage your social media with ease",
6 "main": "index.js",
7 "author": "Jan Zaloudek <mail@janzaloudek.com>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://jollor.com", 7 "serviceURL": "https://jollor.com",
11 "serviceName": "Jollor",
12 "message": "Jollor - Manage your social media with ease", 8 "message": "Jollor - Manage your social media with ease",
13 "popup": [], 9 "hasNotificationSound": true
14 "hasNotificationSound": true,
15 "hasIndirectMessages": false,
16 "hasTeamID": false,
17 "customURL": false,
18 "hostedOnly": false,
19 "webviewOptions": {
20 "disablewebsecurity": ""
21 },
22 "openDevTools": false
23 } 10 }
24} 11}