From 7e4b67b0af03ccfc22a6fef60a79b83956511369 Mon Sep 17 00:00:00 2001 From: David Kennedy Souza Araújo Date: Sat, 6 Aug 2022 09:50:24 -0300 Subject: Add Grammarly recipe (#140) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: André Oliveira <37463445+SpecialAro@users.noreply.github.com> --- recipes/grammarly/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/grammarly/package.json (limited to 'recipes/grammarly/package.json') diff --git a/recipes/grammarly/package.json b/recipes/grammarly/package.json new file mode 100644 index 0000000..ee2d3b4 --- /dev/null +++ b/recipes/grammarly/package.json @@ -0,0 +1,9 @@ +{ + "id": "grammarly", + "name": "Grammarly", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://app.grammarly.com/" + } +} -- cgit v1.2.3-54-g00ecf