From 2fd678efd32725a881152af2b2ee5fa64f422dea Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Wed, 11 Aug 2021 14:59:55 +0000 Subject: 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. --- recipes/proton-mail/package.json | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'recipes/proton-mail') diff --git a/recipes/proton-mail/package.json b/recipes/proton-mail/package.json index b4b4f8d..35952fc 100644 --- a/recipes/proton-mail/package.json +++ b/recipes/proton-mail/package.json @@ -1,24 +1,9 @@ { "id": "proton-mail", "name": "ProtonMail", - "version": "1.2.2", - "description": "proton-mail", - "main": "index.js", - "author": "Lukas Reineke ", + "version": "1.2.3", "license": "MIT", "config": { - "serviceURL": "https://mail.protonmail.com/login", - "serviceName": "ProtonMail", - "message": "", - "popup": [], - "hasNotificationSound": false, - "hasIndirectMessages": false, - "hasTeamID": false, - "customURL": false, - "hostedOnly": false, - "webviewOptions": { - "disablewebsecurity": "" - }, - "openDevTools": false + "serviceURL": "https://mail.protonmail.com/login" } } -- cgit v1.2.3-54-g00ecf