aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/protonet/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-11 14:59:55 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-11 20:29:55 +0530
commit2fd678efd32725a881152af2b2ee5fa64f422dea (patch)
tree3d158e089ac683ad7a979d23bace07d79bbff354 /recipes/protonet/package.json
parentFixed eslintrc as root for this folder; Reformatted all files. (diff)
downloadferdium-recipes-2fd678efd32725a881152af2b2ee5fa64f422dea.tar.gz
ferdium-recipes-2fd678efd32725a881152af2b2ee5fa64f422dea.tar.zst
ferdium-recipes-2fd678efd32725a881152af2b2ee5fa64f422dea.zip
Cleanup all recipes (#605)
* Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
Diffstat (limited to 'recipes/protonet/package.json')
-rwxr-xr-xrecipes/protonet/package.json21
1 files changed, 2 insertions, 19 deletions
diff --git a/recipes/protonet/package.json b/recipes/protonet/package.json
index 6c4f6e9..75d2175 100755
--- a/recipes/protonet/package.json
+++ b/recipes/protonet/package.json
@@ -1,28 +1,11 @@
1{ 1{
2 "id": "protonet", 2 "id": "protonet",
3 "name": "protonet", 3 "name": "protonet",
4 "version": "1.0.2", 4 "version": "1.0.3",
5 "description": "Protonet",
6 "main": "index.js",
7 "author": "Joschka Schulz",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://{teamID}.protonet.info", 7 "serviceURL": "https://{teamID}.protonet.info",
11 "serviceName": "Protonet",
12 "message": "",
13 "popup": [],
14 "hasNotificationSound": true, 8 "hasNotificationSound": true,
15 "hasIndirectMessages": false, 9 "hasTeamId": true
16 "hasTeamID": true,
17 "wording": {
18 "url": "protonet.info",
19 "team": "Protonet"
20 },
21 "customURL": false,
22 "hostedOnly": false,
23 "webviewOptions": {
24 "disablewebsecurity": ""
25 },
26 "openDevTools": false
27 } 10 }
28} 11}