diff --git a/chrome/content/wappalyzer.js b/chrome/content/wappalyzer.js index 7a7560261..6ae59d544 100644 --- a/chrome/content/wappalyzer.js +++ b/chrome/content/wappalyzer.js @@ -11,6 +11,7 @@ var wappalyzer = (function() { customApps: '', debug: false, enableTracking: true, + githubUrl: 'https://github.com/ElbertF/Wappalyzer', history: {}, hitCount: 0, homeUrl: 'http://wappalyzer.com/', diff --git a/chrome/content/wappalyzer.xul b/chrome/content/wappalyzer.xul index 44ba8f8df..21fe6b4d2 100755 --- a/chrome/content/wappalyzer.xul +++ b/chrome/content/wappalyzer.xul @@ -32,12 +32,13 @@ + " image="chrome://wappalyzer/skin/options.png"/> - - - - + + + + + diff --git a/chrome/locale/en-US/wappalyzer.dtd b/chrome/locale/en-US/wappalyzer.dtd index 08415d3c4..83d5c22d3 100755 --- a/chrome/locale/en-US/wappalyzer.dtd +++ b/chrome/locale/en-US/wappalyzer.dtd @@ -1,5 +1,6 @@ + diff --git a/chrome/skin/donate.png b/chrome/skin/donate.png new file mode 100644 index 000000000..fc60c5e1c Binary files /dev/null and b/chrome/skin/donate.png differ diff --git a/chrome/skin/feedback.png b/chrome/skin/feedback.png new file mode 100644 index 000000000..d22fde8ba Binary files /dev/null and b/chrome/skin/feedback.png differ diff --git a/chrome/skin/github.ico b/chrome/skin/github.ico new file mode 100644 index 000000000..9db08f286 Binary files /dev/null and b/chrome/skin/github.ico differ diff --git a/chrome/skin/options.png b/chrome/skin/options.png new file mode 100644 index 000000000..5c8213fef Binary files /dev/null and b/chrome/skin/options.png differ diff --git a/chrome/skin/twitter.ico b/chrome/skin/twitter.ico new file mode 100644 index 000000000..00450d4fe Binary files /dev/null and b/chrome/skin/twitter.ico differ