diff --git a/src/apps.json b/src/apps.json index fe06489f1..075905a8d 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2452,6 +2452,15 @@ "url": "(?:/ViewParametricSearch|ffsuggest\\.[a-z]htm)", "website": "fact-finder.com" }, + "FancyBox": { + "cats": [ + 12 + ], + "icon": "FancyBox.png", + "implies": "jQuery", + "script": "jquery\\.fancybox\\.pack\\.js$", + "website": "fancyapps.com/fancybox" + }, "Fat-Free Framework": { "cats": [ 18 diff --git a/src/icons/FancyBox.png b/src/icons/FancyBox.png new file mode 100755 index 000000000..3f764999b Binary files /dev/null and b/src/icons/FancyBox.png differ