From bf1709201a3ee8a863160cd317e7951f0dd12fb2 Mon Sep 17 00:00:00 2001 From: Xe Date: Mon, 9 May 2022 12:56:15 -0400 Subject: [PATCH] add plugin metadata Signed-off-by: Xe --- plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index 1e772c1..a5ef941 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { - "name": "Plugin name", - "author": "Plugin author", + "name": "Tailscale", + "author": "Xe Iaso", "main_view_html": "main_view.html", "tile_view_html": "", "flags": ["_hot_reload", "_root"] -} \ No newline at end of file +}