diff options
author | Yuchen Pei <id@ypei.org> | 2023-08-26 13:27:25 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-08-26 13:29:32 +1000 |
commit | d9fe650f83bc77e640dddf85cad953a1f0a86e9a (patch) | |
tree | bd5293403fa609203e1d37044913be7072f926c5 /.gitmodules | |
parent | 8e6322c898fa057c367f534b632c37d2261c4600 (diff) |
Add limit-tabs firefox extension.
A patch to apply deployment preference
Build with zip -r ./* limit-tabs.xpi
Then move the xpi to the firefox distribution directory as specified
in policies.json i.e.
/usr/lib/firefox-developer-edition/distribution/extensions/limit-tabs.xpi
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1a2e0fb..3c65c54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -88,3 +88,6 @@ [submodule "emacs/.emacs.d/lisp/wiki.el"] path = emacs/.emacs.d/lisp/wiki.el url = https://g.ypei.me/wiki.el.git +[submodule "firefox/extensions/limit-tabs"] + path = firefox/extensions/limit-tabs + url = https://g.ypei.me/limit-tabs.git |