From 00e62ab97d06322635ab5b61705b0693c4d992ac Mon Sep 17 00:00:00 2001 From: Thiago Navarro <74574275+thisago@users.noreply.github.com> Date: Tue, 6 Jul 2021 02:11:32 -0300 Subject: [PATCH] Added gm_api lib (#1962) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 1317921..82f870d 100644 --- a/packages.json +++ b/packages.json @@ -23242,5 +23242,19 @@ "description": "Plot and visualize data", "license": "Proprietary", "web": "http://pl0t.com" + }, + { + "name": "gm_api", + "url": "https://gitea.com/thisago/gm_api", + "method": "git", + "tags": [ + "greasemonkey", + "javascript", + "userscript", + "js" + ], + "description": "Bindings for Greasemonkey API and an userscript header generator", + "license": "MIT", + "web": "https://gitea.com/thisago/gm_api" } -] \ No newline at end of file +]