From 262f22223bba860f8606b65045716640883e4921 Mon Sep 17 00:00:00 2001 From: ElbertF Date: Sun, 12 Aug 2012 16:58:36 +1000 Subject: [PATCH] Documentation --- README.md | 40 ++++++++++++++++++++++++++++++++++++ drivers/chrome/manifest.json | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69de29bb..3598cd1f7 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,40 @@ +Wappalyzer +========== + +[Wappalyzer](http://wappalyzer.com/) is a +[browser extension](http://wappalyzer.com/download) that uncovers the +technologies used on websites. It detects +[content management systems](http://wappalyzer.com/categories/cms), +[web shops](http://wappalyzer.com/categories/web-shops), +[web servers](http://wappalyzer.com/categories/web-servers), +[JavaScript frameworks](http://wappalyzer.com/categories/javascript-frameworks), +[analytics tools](http://wappalyzer.com/categories/analytics) and +[many more](http://wappalyzer.com/applications). + + +Drivers +------- + +Wappalyzer is multi-platform. + + +**Firefox** + +* Place a file called `wappalyzer@crunchlabz.com` in the extensions directory in + your [profile folder](http://kb.mozillazine.org/Profile_folder_-_Firefox) + (`.mozilla/firefox/xxxxx.default/extensions/` on Linux) containing the full + path to `drivers/firefox`. +* Navigate to `about:config` and set `extensions.wappalyzer.debug` to `true`. + + +**Chrome** + +* Navigate to `about:extensions` +* Check "Developer mode" +* Click "Load unpacked extension..." +* +Select `drivers/chrome/` + +**HTML** + +* Navigate to `drivers/html/` diff --git a/drivers/chrome/manifest.json b/drivers/chrome/manifest.json index ed89548af..9bba571d2 100644 --- a/drivers/chrome/manifest.json +++ b/drivers/chrome/manifest.json @@ -5,7 +5,7 @@ "128": "images/icon_128.png" }, "version": "0.6", - "description": "Wappalyzer uncovers the technologies used on websites.", + "description": "Identifies software on the web", "browser_action": { "default_icon": "images/icon_32.png", "default_title": "Wappalyzer - click for details",