From facc6e7c15e4a5b86b11ae112c84c55bc1382aa4 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 1 Jul 2020 01:33:37 +0200 Subject: [PATCH] Added web extension as submodule --- .gitmodules | 3 +++ webext | 1 + 2 files changed, 4 insertions(+) create mode 160000 webext diff --git a/.gitmodules b/.gitmodules index 8e65213b..457bd5ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "platypush/plugins/gpio/sensor/ir/mlx90640/lib"] path = platypush/plugins/camera/ir/mlx90640/lib url = https://github.com/pimoroni/mlx90640-library +[submodule "webext"] + path = webext + url = https://github.com/BlackLight/platypush-webext diff --git a/webext b/webext new file mode 160000 index 00000000..33ad318b --- /dev/null +++ b/webext @@ -0,0 +1 @@ +Subproject commit 33ad318bd3c1db0d74c7a9c1e6b78bd1d5c7dbf4