diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:45:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:45:22 +0000 |
commit | dba8cc4290faf96a22ec63c2aa4fcab6bf3acc8f (patch) | |
tree | 30de89024109eff10978e6b95ebd9b403a3e37b7 /3rd-party-libs.txt | |
parent | Initial commit. (diff) | |
download | foxyproxy-firefox-extension-upstream.tar.xz foxyproxy-firefox-extension-upstream.zip |
Adding upstream version 7.5.1+dfsg.upstream/7.5.1+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '3rd-party-libs.txt')
-rw-r--r-- | 3rd-party-libs.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3rd-party-libs.txt b/3rd-party-libs.txt new file mode 100644 index 0000000..391e572 --- /dev/null +++ b/3rd-party-libs.txt @@ -0,0 +1,8 @@ +# 3rd-Party Libraries + +## jscolor Color Picker +A very nice color picker, much better than HTML's native <input type="color">. No jQuery dependency. + +Source: http://jscolor.com/release/latest.zip (Unfortunately, there is no specific URL for 2.0.5, the version I am using) <br> +Docs: http://jscolor.com/ +Renamed to jscolor-2.0.5.js |