diff --git a/Wappalyzer/.gitattributes b/Wappalyzer/.gitattributes
deleted file mode 100644
index 41aa20c..0000000
--- a/Wappalyzer/.gitattributes
+++ /dev/null
@@ -1,19 +0,0 @@
-# End-of-line normalization
-* text=auto
-
-*.cmd text eol=lf
-*.sh text eol=lf
-*.md text eol=lf
-*.json text eol=lf
-*.js text eol=lf
-*.html text eol=lf
-*.css text eol=lf
-*.manifest text eol=lf
-*.rdf text eol=lf
-*.xul text eol=lf
-*.dtd text eol=lf
-*.properties text eol=lf
-*.php text eol=lf
-
-*.png binary
-*.gif binary
diff --git a/Wappalyzer/.gitignore b/Wappalyzer/.gitignore
deleted file mode 100644
index 4e82153..0000000
--- a/Wappalyzer/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-wappalyzer-chrome.zip
-wappalyzer-firefox.xpi
-wappalyzer.xpi
-
-drivers/**/apps.json
-drivers/**/wappalyzer.js
-drivers/**/icons/*.png
-
-!.gitkeep
-
-node_modules/*
diff --git a/Wappalyzer/LICENSE b/Wappalyzer/LICENSE
deleted file mode 100644
index 20d40b6..0000000
--- a/Wappalyzer/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
\ No newline at end of file
diff --git a/Wappalyzer/README.md b/Wappalyzer/README.md
deleted file mode 100644
index ed5b44b..0000000
--- a/Wappalyzer/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Wappalyzer
-
-[Wappalyzer](https://wappalyzer.com/) is a
-[cross-platform](https://github.com/ElbertF/Wappalyzer/wiki/Drivers) utility that uncovers the
-technologies used on websites. It detects
-[content management systems](https://wappalyzer.com/categories/cms),
-[eCommerce platforms](https://wappalyzer.com/categories/ecommerce),
-[web servers](https://wappalyzer.com/categories/web-servers),
-[JavaScript frameworks](https://wappalyzer.com/categories/javascript-frameworks),
-[analytics tools](https://wappalyzer.com/categories/analytics) and
-[many more](https://wappalyzer.com/applications).
-
-Refer to the [wiki](https://github.com/ElbertF/Wappalyzer/wiki) for
-[screenshots](https://github.com/ElbertF/Wappalyzer/wiki/Screenshots), information on how to
-[contribute](https://github.com/ElbertF/Wappalyzer/wiki/Contributing) and
-[more](https://github.com/ElbertF/Wappalyzer/wiki/_pages).
-
-*Licensed under the [GPL](https://github.com/ElbertF/Wappalyzer/blob/master/LICENSE).*
-
-Donate Bitcoin: 16gb4uGDAjaeRJwKVmKr2EXa8x2fmvT8EQ - *Thanks!*
-
-![QR Code](https://wappalyzer.com/sites/default/themes/wappalyzer/images/bitcoinqrcode.png)
diff --git a/Wappalyzer/drivers/bookmarklet/css/wappalyzer.css b/Wappalyzer/drivers/bookmarklet/css/wappalyzer.css
deleted file mode 100644
index 6783665..0000000
--- a/Wappalyzer/drivers/bookmarklet/css/wappalyzer.css
+++ /dev/null
@@ -1,118 +0,0 @@
-div#wappalyzer-container * {
- background-color: transparent !important;
- border: none !important;
- border-left: none !important;
- border-top: none !important;
- border-right: none !important;
- border-bottom: none !important;
- border-spacing: 0 !important;
- color: inherit !important;
- font-size: inherit !important;
- font-weight: inherit !important;
- font-family: inherit !important;
- font-style: inherit !important;
- line-height: inherit !important;
- list-style: none inside !important;
- margin: 0 !important;
- outline: none !important;
- padding: 0 !important;
- text-align: inherit !important;
- text-decoration: none !important;
- white-space: inherit !important;
-}
-
-#wappalyzer-container {
- background: #fff !important;
- border: 1px solid #999;
- box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
- color: #222 !important;
- font-family: Arial, sans-serif !important;
- font-size: 14px !important;
- line-height: 1.5em !important;
- margin: 0 !important;
- position: fixed !important;
- text-align: left !important;
- right: 20px !important;
- top: 20px !important;
- width: 250px !important;
- z-index: 99999 !important;
-}
-
- #wappalyzer-container #wappalyzer-pending {
- background-repeat: no-repeat !important;
- background-position: center center !important;
- height: 60px !important;
- }
-
- #wappalyzer-container a#wappalyzer-close:link,
- #wappalyzer-container a#wappalyzer-close:hover,
- #wappalyzer-container a#wappalyzer-close:active,
- #wappalyzer-container a#wappalyzer-close:visited {
- background: #f8f8f8 !important;
- border-bottom: 1px solid #ccc !important;
- display: block !important;
- font-weight: bold !important;
- line-height: 30px !important;
- text-align: center !important;
- }
-
- #wappalyzer-container #wappalyzer-close:hover {
- background: #f4f4f4 !important;
- color: #0072B6 !important;
- }
-
- #wappalyzer-container #wappalyzer-empty {
- border-bottom: 1px solid #ccc !important;
- color: #999 !important;
- display: block !important;
- line-height: 30px !important;
- text-align: center !important;
- }
-
- #wappalyzer-container #wappalyzer-apps {
- padding-top: 2px !important;
- }
-
- #wappalyzer-container #wappalyzer-apps img {
- vertical-align: middle !important;
- }
-
- #wappalyzer-container #wappalyzer-apps a:link,
- #wappalyzer-container #wappalyzer-apps a:hover,
- #wappalyzer-container #wappalyzer-apps a:active,
- #wappalyzer-container #wappalyzer-apps a:visited {
- display: block !important;
- text-decoration: none !important;
- }
-
- #wappalyzer-container #wappalyzer-apps a:hover {
- color: #0072B6 !important;
- }
-
- #wappalyzer-container #wappalyzer-apps div.wappalyzer-app {
- background: #fff !important;
- border-radius: 5px !important;
- -moz-border-radius: 5px !important;
- -webkit-border-radius: 5px !important;
- margin: 0 2px 2px 2px !important;
- padding: 7px 10px !important;
- }
-
- #wappalyzer-container #wappalyzer-apps a.wappalyzer-application:link,
- #wappalyzer-container #wappalyzer-apps a.wappalyzer-application:hover,
- #wappalyzer-container #wappalyzer-apps a.wappalyzer-application:active,
- #wappalyzer-container #wappalyzer-apps a.wappalyzer-application:visited {
- font-weight: bold !important;
- margin-bottom: 3px !important;
- }
-
- #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:link,
- #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:hover,
- #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:active,
- #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:visited {
- color: #999 !important;
- }
-
- #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:hover {
- color: #0072B6 !important;
- }
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/1C-Bitrix.png b/Wappalyzer/drivers/bookmarklet/images/icons/1C-Bitrix.png
deleted file mode 100644
index 0d9b16a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/1C-Bitrix.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/1und1.png b/Wappalyzer/drivers/bookmarklet/images/icons/1und1.png
deleted file mode 100644
index 6343218..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/1und1.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/2z Project.png b/Wappalyzer/drivers/bookmarklet/images/icons/2z Project.png
deleted file mode 100644
index edc1f21..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/2z Project.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/3DM.png b/Wappalyzer/drivers/bookmarklet/images/icons/3DM.png
deleted file mode 100755
index f3115c7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/3DM.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/3dCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/3dCart.png
deleted file mode 100644
index 6813cc2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/3dCart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/3ware.png b/Wappalyzer/drivers/bookmarklet/images/icons/3ware.png
deleted file mode 100755
index f3115c7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/3ware.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AMPcms.png b/Wappalyzer/drivers/bookmarklet/images/icons/AMPcms.png
deleted file mode 100644
index 1d528c8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AMPcms.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AOLserver.png b/Wappalyzer/drivers/bookmarklet/images/icons/AOLserver.png
deleted file mode 100644
index 482bcdd..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AOLserver.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet Analyzer.png b/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet Analyzer.png
deleted file mode 100644
index 8d058a1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet Analyzer.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet XiTi.png b/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet XiTi.png
deleted file mode 100644
index 8d058a1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet XiTi.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ATEN.png b/Wappalyzer/drivers/bookmarklet/images/icons/ATEN.png
deleted file mode 100755
index 512bd41..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ATEN.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ATG Web Commerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/ATG Web Commerce.png
deleted file mode 100644
index 435d816..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ATG Web Commerce.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AWStats.png b/Wappalyzer/drivers/bookmarklet/images/icons/AWStats.png
deleted file mode 100644
index 586e61a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AWStats.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Accessible Portal.png b/Wappalyzer/drivers/bookmarklet/images/icons/Accessible Portal.png
deleted file mode 100644
index 688c112..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Accessible Portal.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AdInfinity.png b/Wappalyzer/drivers/bookmarklet/images/icons/AdInfinity.png
deleted file mode 100644
index 0ca2ca5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AdInfinity.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AdRiver.png b/Wappalyzer/drivers/bookmarklet/images/icons/AdRiver.png
deleted file mode 100644
index be6b259..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AdRiver.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AdRoll.png b/Wappalyzer/drivers/bookmarklet/images/icons/AdRoll.png
deleted file mode 100644
index d609e56..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AdRoll.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adcash.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adcash.png
deleted file mode 100644
index 3572b3f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Adcash.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AddShoppers.png b/Wappalyzer/drivers/bookmarklet/images/icons/AddShoppers.png
deleted file mode 100644
index 746b002..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AddShoppers.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AddThis.png b/Wappalyzer/drivers/bookmarklet/images/icons/AddThis.png
deleted file mode 100644
index 39ca0c9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AddThis.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe CQ5.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe CQ5.png
deleted file mode 100644
index 8c827a8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe CQ5.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe ColdFusion.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe ColdFusion.png
deleted file mode 100644
index b8424fb..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe ColdFusion.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe GoLive.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe GoLive.png
deleted file mode 100644
index 65c7df7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe GoLive.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe Muse.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe Muse.png
deleted file mode 100644
index 95f4cc8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe Muse.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe RoboHelp.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe RoboHelp.png
deleted file mode 100644
index 1acbeb5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe RoboHelp.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Advanced Web Stats.png b/Wappalyzer/drivers/bookmarklet/images/icons/Advanced Web Stats.png
deleted file mode 100644
index 1a7c85e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Advanced Web Stats.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Advert Stream.png b/Wappalyzer/drivers/bookmarklet/images/icons/Advert Stream.png
deleted file mode 100644
index 0e6ee5a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Advert Stream.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adzerk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adzerk.png
deleted file mode 100644
index f16159b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Adzerk.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Airee.png b/Wappalyzer/drivers/bookmarklet/images/icons/Airee.png
deleted file mode 100644
index b35de31..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Airee.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Akamai.png b/Wappalyzer/drivers/bookmarklet/images/icons/Akamai.png
deleted file mode 100644
index fa2be98..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Akamai.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Algolia Realtime Search.png b/Wappalyzer/drivers/bookmarklet/images/icons/Algolia Realtime Search.png
deleted file mode 100644
index bf33566..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Algolia Realtime Search.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Allegro RomPager.png b/Wappalyzer/drivers/bookmarklet/images/icons/Allegro RomPager.png
deleted file mode 100644
index 2815e76..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Allegro RomPager.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Alloy.png b/Wappalyzer/drivers/bookmarklet/images/icons/Alloy.png
deleted file mode 100755
index 56a9952..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Alloy.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AlloyUI.png b/Wappalyzer/drivers/bookmarklet/images/icons/AlloyUI.png
deleted file mode 100644
index 227cdc4..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AlloyUI.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Amaya.png b/Wappalyzer/drivers/bookmarklet/images/icons/Amaya.png
deleted file mode 100644
index f8f1f9b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Amaya.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ametys.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ametys.png
deleted file mode 100644
index de1c3d7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ametys.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Amiro.CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Amiro.CMS.png
deleted file mode 100644
index 3ea8263..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Amiro.CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Anchor CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Anchor CMS.png
deleted file mode 100644
index 121c2f2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Anchor CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AngularJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/AngularJS.png
deleted file mode 100644
index 6dc0783..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AngularJS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache HBase.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache HBase.png
deleted file mode 100644
index 113d901..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Apache HBase.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Hadoop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Hadoop.png
deleted file mode 100755
index 54c4656..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Hadoop.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache JSPWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache JSPWiki.png
deleted file mode 100644
index a25eaab..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Apache JSPWiki.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Tomcat.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Tomcat.png
deleted file mode 100644
index 2f099c3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Tomcat.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Traffic Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Traffic Server.png
deleted file mode 100644
index b1a453f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Traffic Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Wicket.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Wicket.png
deleted file mode 100644
index e3081a6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Wicket.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache.png
deleted file mode 100644
index 117b485..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Apache.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AppNexus.png b/Wappalyzer/drivers/bookmarklet/images/icons/AppNexus.png
deleted file mode 100644
index e988098..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AppNexus.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Arc Forum.png b/Wappalyzer/drivers/bookmarklet/images/icons/Arc Forum.png
deleted file mode 100644
index c01f4e4..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Arc Forum.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory Web Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory Web Server.png
deleted file mode 100644
index 27d157e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory Web Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory.png b/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory.png
deleted file mode 100644
index 27d157e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AsciiDoc.png b/Wappalyzer/drivers/bookmarklet/images/icons/AsciiDoc.png
deleted file mode 100644
index c1c66bc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/AsciiDoc.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Bitbucket.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Bitbucket.png
deleted file mode 100644
index 675cc8d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Bitbucket.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Confluence.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Confluence.png
deleted file mode 100644
index 336a91d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Confluence.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian FishEye.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian FishEye.png
deleted file mode 100644
index fb5e320..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian FishEye.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira Issue Collector.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira Issue Collector.png
deleted file mode 100644
index 4c3963d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira Issue Collector.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira.png
deleted file mode 100644
index 4c3963d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Avangate.png b/Wappalyzer/drivers/bookmarklet/images/icons/Avangate.png
deleted file mode 100644
index 55f496a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Avangate.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BIGACE.png b/Wappalyzer/drivers/bookmarklet/images/icons/BIGACE.png
deleted file mode 100644
index 7ce150b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/BIGACE.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Backbone.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Backbone.js.png
deleted file mode 100644
index 0ffdb44..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Backbone.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Banshee.png b/Wappalyzer/drivers/bookmarklet/images/icons/Banshee.png
deleted file mode 100644
index e55ef54..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Banshee.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BaseHTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/BaseHTTP.png
deleted file mode 100755
index 76467ab..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/BaseHTTP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BigDump.png b/Wappalyzer/drivers/bookmarklet/images/icons/BigDump.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/BigDump.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bigcommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bigcommerce.png
deleted file mode 100644
index e02823e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Bigcommerce.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bigware.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bigware.png
deleted file mode 100644
index 6457f7b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Bigware.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BittAds.png b/Wappalyzer/drivers/bookmarklet/images/icons/BittAds.png
deleted file mode 100644
index a8f3747..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/BittAds.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Blip.tv.png b/Wappalyzer/drivers/bookmarklet/images/icons/Blip.tv.png
deleted file mode 100644
index 34dd8b4..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Blip.tv.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Blogger.png b/Wappalyzer/drivers/bookmarklet/images/icons/Blogger.png
deleted file mode 100644
index 17bd56b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Blogger.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BlueKai.png b/Wappalyzer/drivers/bookmarklet/images/icons/BlueKai.png
deleted file mode 100644
index b2861d0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/BlueKai.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bluefish.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bluefish.png
deleted file mode 100644
index 846a3a6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Bluefish.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Boa.png b/Wappalyzer/drivers/bookmarklet/images/icons/Boa.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Boa.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bolt.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bolt.png
deleted file mode 100644
index fd953e0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Bolt.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bonfire.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bonfire.png
deleted file mode 100644
index aff2cd0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Bonfire.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Brother.png b/Wappalyzer/drivers/bookmarklet/images/icons/Brother.png
deleted file mode 100755
index 737a032..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Brother.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BrowserCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/BrowserCMS.png
deleted file mode 100644
index 0419a33..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/BrowserCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BugSense.png b/Wappalyzer/drivers/bookmarklet/images/icons/BugSense.png
deleted file mode 100644
index d02b2b4..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/BugSense.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BugSnag.png b/Wappalyzer/drivers/bookmarklet/images/icons/BugSnag.png
deleted file mode 100644
index 5f22282..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/BugSnag.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bugzilla.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bugzilla.png
deleted file mode 100644
index 6bf988c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Bugzilla.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Burning Board.png b/Wappalyzer/drivers/bookmarklet/images/icons/Burning Board.png
deleted file mode 100644
index e0260c1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Burning Board.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Business Catalyst.png b/Wappalyzer/drivers/bookmarklet/images/icons/Business Catalyst.png
deleted file mode 100644
index 2c1f2ea..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Business Catalyst.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BuySellAds.png b/Wappalyzer/drivers/bookmarklet/images/icons/BuySellAds.png
deleted file mode 100644
index 4f22871..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/BuySellAds.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/C++.png b/Wappalyzer/drivers/bookmarklet/images/icons/C++.png
deleted file mode 100644
index bfb1f98..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/C++.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CFML.png b/Wappalyzer/drivers/bookmarklet/images/icons/CFML.png
deleted file mode 100644
index b8424fb..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CFML.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CKEditor.png b/Wappalyzer/drivers/bookmarklet/images/icons/CKEditor.png
deleted file mode 100644
index 568bcb2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CKEditor.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CMS Made Simple.png b/Wappalyzer/drivers/bookmarklet/images/icons/CMS Made Simple.png
deleted file mode 100644
index 545b925..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CMS Made Simple.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CMSimple.png b/Wappalyzer/drivers/bookmarklet/images/icons/CMSimple.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CMSimple.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CO2Stats.png b/Wappalyzer/drivers/bookmarklet/images/icons/CO2Stats.png
deleted file mode 100644
index 47689c3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CO2Stats.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CPG Dragonfly.png b/Wappalyzer/drivers/bookmarklet/images/icons/CPG Dragonfly.png
deleted file mode 100644
index bc2dcc3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CPG Dragonfly.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CS Cart.png b/Wappalyzer/drivers/bookmarklet/images/icons/CS Cart.png
deleted file mode 100644
index 172fdb7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CS Cart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CacheFly.png b/Wappalyzer/drivers/bookmarklet/images/icons/CacheFly.png
deleted file mode 100644
index 5b8a060..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CacheFly.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CakePHP.png b/Wappalyzer/drivers/bookmarklet/images/icons/CakePHP.png
deleted file mode 100644
index baece76..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CakePHP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Canon HTTP Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Canon HTTP Server.png
deleted file mode 100755
index 1f55e03..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Canon HTTP Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Canon.png b/Wappalyzer/drivers/bookmarklet/images/icons/Canon.png
deleted file mode 100755
index 1f55e03..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Canon.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Carbon Ads.png b/Wappalyzer/drivers/bookmarklet/images/icons/Carbon Ads.png
deleted file mode 100644
index 0429a48..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Carbon Ads.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cargo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cargo.png
deleted file mode 100644
index b6512fa..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Cargo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Catwalk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Catwalk.png
deleted file mode 100755
index 1f55e03..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Catwalk.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CentOS.png b/Wappalyzer/drivers/bookmarklet/images/icons/CentOS.png
deleted file mode 100644
index fe2bc71..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CentOS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CenteHTTPd.png b/Wappalyzer/drivers/bookmarklet/images/icons/CenteHTTPd.png
deleted file mode 100644
index 7204070..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CenteHTTPd.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Chameleon.png b/Wappalyzer/drivers/bookmarklet/images/icons/Chameleon.png
deleted file mode 100644
index 6bf587d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Chameleon.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Chamilo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Chamilo.png
deleted file mode 100644
index 3beec78..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Chamilo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Chartbeat.png b/Wappalyzer/drivers/bookmarklet/images/icons/Chartbeat.png
deleted file mode 100644
index 3ecfbd9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Chartbeat.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cherokee.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cherokee.png
deleted file mode 100644
index a0d513b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Cherokee.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CherryPy.png b/Wappalyzer/drivers/bookmarklet/images/icons/CherryPy.png
deleted file mode 100755
index 75fa500..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CherryPy.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Chitika.png b/Wappalyzer/drivers/bookmarklet/images/icons/Chitika.png
deleted file mode 100644
index 449045e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Chitika.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ClickHeat.png b/Wappalyzer/drivers/bookmarklet/images/icons/ClickHeat.png
deleted file mode 100644
index 7ff2bbe..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ClickHeat.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ClickTale.png b/Wappalyzer/drivers/bookmarklet/images/icons/ClickTale.png
deleted file mode 100644
index 3c358ef..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ClickTale.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Clicky.png b/Wappalyzer/drivers/bookmarklet/images/icons/Clicky.png
deleted file mode 100644
index 426d872..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Clicky.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CloudFlare.png b/Wappalyzer/drivers/bookmarklet/images/icons/CloudFlare.png
deleted file mode 100644
index bddcde3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CloudFlare.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cloudera.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cloudera.png
deleted file mode 100755
index 2130f11..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Cloudera.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CodeIgniter.png b/Wappalyzer/drivers/bookmarklet/images/icons/CodeIgniter.png
deleted file mode 100644
index b418ddf..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CodeIgniter.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CodeMirror.png b/Wappalyzer/drivers/bookmarklet/images/icons/CodeMirror.png
deleted file mode 100644
index ef34d40..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CodeMirror.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Commerce Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Commerce Server.png
deleted file mode 100644
index f0e1c12..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Commerce Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CompaqHTTPServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/CompaqHTTPServer.png
deleted file mode 100755
index 44629e6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CompaqHTTPServer.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Concrete5.png b/Wappalyzer/drivers/bookmarklet/images/icons/Concrete5.png
deleted file mode 100644
index 7dc61f3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Concrete5.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Connect.png b/Wappalyzer/drivers/bookmarklet/images/icons/Connect.png
deleted file mode 100644
index 994d06c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Connect.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Contao.png b/Wappalyzer/drivers/bookmarklet/images/icons/Contao.png
deleted file mode 100644
index e010032..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Contao.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Contenido.png b/Wappalyzer/drivers/bookmarklet/images/icons/Contenido.png
deleted file mode 100644
index 598d97f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Contenido.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Contens.png b/Wappalyzer/drivers/bookmarklet/images/icons/Contens.png
deleted file mode 100644
index 8bb3988..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Contens.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ContentBox.png b/Wappalyzer/drivers/bookmarklet/images/icons/ContentBox.png
deleted file mode 100644
index 2abfae4..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ContentBox.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ConversionLab.png b/Wappalyzer/drivers/bookmarklet/images/icons/ConversionLab.png
deleted file mode 100644
index a8396bf..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ConversionLab.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Coppermine.png b/Wappalyzer/drivers/bookmarklet/images/icons/Coppermine.png
deleted file mode 100644
index bfbac43..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Coppermine.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cosmoshop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cosmoshop.png
deleted file mode 100644
index 1bcbca7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Cosmoshop.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cotonti.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cotonti.png
deleted file mode 100644
index 274ef7b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Cotonti.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CouchDB.png b/Wappalyzer/drivers/bookmarklet/images/icons/CouchDB.png
deleted file mode 100644
index a0a4422..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CouchDB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CppCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/CppCMS.png
deleted file mode 100644
index b745d73..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CppCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Craft CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Craft CMS.png
deleted file mode 100644
index bfbdb65..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Craft CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Crazy Egg.png b/Wappalyzer/drivers/bookmarklet/images/icons/Crazy Egg.png
deleted file mode 100644
index ff8b904..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Crazy Egg.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Criteo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Criteo.png
deleted file mode 100644
index 2334e4d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Criteo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cross Pixel.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cross Pixel.png
deleted file mode 100644
index 7984e3d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Cross Pixel.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CubeCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/CubeCart.png
deleted file mode 100644
index ac631e7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/CubeCart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cufon.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cufon.png
deleted file mode 100644
index 07b81f4..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Cufon.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/D3.png b/Wappalyzer/drivers/bookmarklet/images/icons/D3.png
deleted file mode 100644
index 375a73f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/D3.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DAV.png b/Wappalyzer/drivers/bookmarklet/images/icons/DAV.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/DAV.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DHTMLX.png b/Wappalyzer/drivers/bookmarklet/images/icons/DHTMLX.png
deleted file mode 100644
index d74c581..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/DHTMLX.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DTG.png b/Wappalyzer/drivers/bookmarklet/images/icons/DTG.png
deleted file mode 100644
index 2f1ed03..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/DTG.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dancer.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dancer.png
deleted file mode 100644
index 346ea74..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Dancer.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Danneo CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Danneo CMS.png
deleted file mode 100644
index 136d502..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Danneo CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dart.png
deleted file mode 100644
index 35c6ccd..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Dart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Darwin.png b/Wappalyzer/drivers/bookmarklet/images/icons/Darwin.png
deleted file mode 100755
index 65606bf..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Darwin.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DataLife Engine.png b/Wappalyzer/drivers/bookmarklet/images/icons/DataLife Engine.png
deleted file mode 100644
index 871ad39..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/DataLife Engine.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/David Webbox.png b/Wappalyzer/drivers/bookmarklet/images/icons/David Webbox.png
deleted file mode 100644
index 16e72fa..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/David Webbox.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Debian.png b/Wappalyzer/drivers/bookmarklet/images/icons/Debian.png
deleted file mode 100644
index 42db76b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Debian.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Decorum.png b/Wappalyzer/drivers/bookmarklet/images/icons/Decorum.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Decorum.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DedeCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/DedeCMS.png
deleted file mode 100644
index af4913f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/DedeCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dell.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dell.png
deleted file mode 100755
index 5803d63..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Dell.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Demandware.png b/Wappalyzer/drivers/bookmarklet/images/icons/Demandware.png
deleted file mode 100644
index c2ef8d5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Demandware.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Deployd.png b/Wappalyzer/drivers/bookmarklet/images/icons/Deployd.png
deleted file mode 100644
index f715e47..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Deployd.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DirectAdmin.png b/Wappalyzer/drivers/bookmarklet/images/icons/DirectAdmin.png
deleted file mode 100644
index 75f1a7e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/DirectAdmin.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Discourse.png b/Wappalyzer/drivers/bookmarklet/images/icons/Discourse.png
deleted file mode 100644
index dcda977..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Discourse.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Disqus.png b/Wappalyzer/drivers/bookmarklet/images/icons/Disqus.png
deleted file mode 100644
index abbca62..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Disqus.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Django CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Django CMS.png
deleted file mode 100644
index 20909ea..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Django CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Django.png b/Wappalyzer/drivers/bookmarklet/images/icons/Django.png
deleted file mode 100644
index bd3ea09..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Django.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dojo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dojo.png
deleted file mode 100644
index 96833c3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Dojo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dokeos.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dokeos.png
deleted file mode 100644
index 855b23f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Dokeos.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DokuWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/DokuWiki.png
deleted file mode 100644
index e9771b7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/DokuWiki.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DotNetNuke.png b/Wappalyzer/drivers/bookmarklet/images/icons/DotNetNuke.png
deleted file mode 100644
index 1e93b1b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/DotNetNuke.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dotclear.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dotclear.png
deleted file mode 100644
index af514f6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Dotclear.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Doxygen.png b/Wappalyzer/drivers/bookmarklet/images/icons/Doxygen.png
deleted file mode 100644
index 20de99f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Doxygen.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DreamWeaver.png b/Wappalyzer/drivers/bookmarklet/images/icons/DreamWeaver.png
deleted file mode 100644
index d073d73..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/DreamWeaver.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Drupal Commerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/Drupal Commerce.png
deleted file mode 100644
index d362d56..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Drupal Commerce.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Drupal.png b/Wappalyzer/drivers/bookmarklet/images/icons/Drupal.png
deleted file mode 100644
index b9b13f8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Drupal.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dynamicweb.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dynamicweb.png
deleted file mode 100644
index e1e4be9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Dynamicweb.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/E-Merchant.png b/Wappalyzer/drivers/bookmarklet/images/icons/E-Merchant.png
deleted file mode 100644
index 6c49851..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/E-Merchant.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ELOG HTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/ELOG HTTP.png
deleted file mode 100644
index 8a53cd3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ELOG HTTP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ELOG.png b/Wappalyzer/drivers/bookmarklet/images/icons/ELOG.png
deleted file mode 100644
index 8a53cd3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ELOG.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EPiServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/EPiServer.png
deleted file mode 100644
index c175a4c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/EPiServer.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EPrints.png b/Wappalyzer/drivers/bookmarklet/images/icons/EPrints.png
deleted file mode 100644
index db4dc9c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/EPrints.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ESERV-10.png b/Wappalyzer/drivers/bookmarklet/images/icons/ESERV-10.png
deleted file mode 100644
index 3e2c434..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ESERV-10.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EWS-NIC4.png b/Wappalyzer/drivers/bookmarklet/images/icons/EWS-NIC4.png
deleted file mode 100755
index 5803d63..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/EWS-NIC4.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ecodoo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ecodoo.png
deleted file mode 100755
index d08a726..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ecodoo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EdgeCast.png b/Wappalyzer/drivers/bookmarklet/images/icons/EdgeCast.png
deleted file mode 100644
index f59c7ee..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/EdgeCast.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Eloqua.png b/Wappalyzer/drivers/bookmarklet/images/icons/Eloqua.png
deleted file mode 100644
index 435d816..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Eloqua.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EmbedThis Appweb.png b/Wappalyzer/drivers/bookmarklet/images/icons/EmbedThis Appweb.png
deleted file mode 100644
index b1df2e5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/EmbedThis Appweb.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Embedthis-http.png b/Wappalyzer/drivers/bookmarklet/images/icons/Embedthis-http.png
deleted file mode 100644
index a591e60..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Embedthis-http.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ember.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ember.js.png
deleted file mode 100644
index 08c21c5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ember.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Enyo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Enyo.png
deleted file mode 100644
index 40fb001..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Enyo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Epom.png b/Wappalyzer/drivers/bookmarklet/images/icons/Epom.png
deleted file mode 100644
index 3e7017b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Epom.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Erlang.png b/Wappalyzer/drivers/bookmarklet/images/icons/Erlang.png
deleted file mode 100755
index eb08de9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Erlang.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Exhibit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Exhibit.png
deleted file mode 100644
index ea147ff..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Exhibit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Express.png b/Wappalyzer/drivers/bookmarklet/images/icons/Express.png
deleted file mode 100644
index 8253955..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Express.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ExpressionEngine.png b/Wappalyzer/drivers/bookmarklet/images/icons/ExpressionEngine.png
deleted file mode 100644
index 997b8c1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ExpressionEngine.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ExtJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/ExtJS.png
deleted file mode 100644
index 9d64175..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ExtJS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FAST ESP.png b/Wappalyzer/drivers/bookmarklet/images/icons/FAST ESP.png
deleted file mode 100644
index 7921ffa..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/FAST ESP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FAST Search for SharePoint.png b/Wappalyzer/drivers/bookmarklet/images/icons/FAST Search for SharePoint.png
deleted file mode 100644
index 295796e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/FAST Search for SharePoint.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FWP.png b/Wappalyzer/drivers/bookmarklet/images/icons/FWP.png
deleted file mode 100644
index 2f556e7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/FWP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fact Finder.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fact Finder.png
deleted file mode 100644
index 2ec03c0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Fact Finder.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fat-Free Framework.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fat-Free Framework.png
deleted file mode 100644
index 151a48e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Fat-Free Framework.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fedora.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fedora.png
deleted file mode 100644
index 05562e3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Fedora.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fireblade.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fireblade.png
deleted file mode 100644
index 7239af8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Fireblade.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FlashCom.png b/Wappalyzer/drivers/bookmarklet/images/icons/FlashCom.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/FlashCom.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FlexCMP.png b/Wappalyzer/drivers/bookmarklet/images/icons/FlexCMP.png
deleted file mode 100644
index 46a9ac9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/FlexCMP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FluxBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/FluxBB.png
deleted file mode 100644
index 0e2c71b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/FluxBB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Flyspray.png b/Wappalyzer/drivers/bookmarklet/images/icons/Flyspray.png
deleted file mode 100644
index ccef0a0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Flyspray.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Font Awesome.png b/Wappalyzer/drivers/bookmarklet/images/icons/Font Awesome.png
deleted file mode 100644
index b93360b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Font Awesome.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fortune3.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fortune3.png
deleted file mode 100644
index f4fd9e4..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Fortune3.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FreeBSD.png b/Wappalyzer/drivers/bookmarklet/images/icons/FreeBSD.png
deleted file mode 100644
index 9f0cf0d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/FreeBSD.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FreeTextBox.png b/Wappalyzer/drivers/bookmarklet/images/icons/FreeTextBox.png
deleted file mode 100644
index 59c2350..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/FreeTextBox.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FrontPage.png b/Wappalyzer/drivers/bookmarklet/images/icons/FrontPage.png
deleted file mode 100644
index f055a18..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/FrontPage.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fusion Ads.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fusion Ads.png
deleted file mode 100644
index bbc6295..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Fusion Ads.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/G-WAN.png b/Wappalyzer/drivers/bookmarklet/images/icons/G-WAN.png
deleted file mode 100644
index 6e8707a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/G-WAN.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GX WebManager.png b/Wappalyzer/drivers/bookmarklet/images/icons/GX WebManager.png
deleted file mode 100644
index 9e3555a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/GX WebManager.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gallery.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gallery.png
deleted file mode 100644
index 6d86cb2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Gallery.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gambio.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gambio.png
deleted file mode 100644
index 3daedc2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Gambio.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gauges.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gauges.png
deleted file mode 100644
index 7384991..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Gauges.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gentoo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gentoo.png
deleted file mode 100644
index 6b50f6a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Gentoo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Get Satisfaction.png b/Wappalyzer/drivers/bookmarklet/images/icons/Get Satisfaction.png
deleted file mode 100644
index 06c6241..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Get Satisfaction.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GetSimple CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/GetSimple CMS.png
deleted file mode 100644
index 061842a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/GetSimple CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ghost.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ghost.png
deleted file mode 100644
index f3971b8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ghost.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GitBook.png b/Wappalyzer/drivers/bookmarklet/images/icons/GitBook.png
deleted file mode 100644
index 3b7b189..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/GitBook.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GitLab.png b/Wappalyzer/drivers/bookmarklet/images/icons/GitLab.png
deleted file mode 100644
index d65722d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/GitLab.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GlassFish.png b/Wappalyzer/drivers/bookmarklet/images/icons/GlassFish.png
deleted file mode 100644
index 16b873b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/GlassFish.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Glyphicons.png b/Wappalyzer/drivers/bookmarklet/images/icons/Glyphicons.png
deleted file mode 100644
index a46d396..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Glyphicons.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GoAhead.png b/Wappalyzer/drivers/bookmarklet/images/icons/GoAhead.png
deleted file mode 100644
index a591e60..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/GoAhead.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GoStats.png b/Wappalyzer/drivers/bookmarklet/images/icons/GoStats.png
deleted file mode 100644
index a2ac7b7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/GoStats.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google AdSense.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google AdSense.png
deleted file mode 100644
index a02171a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google AdSense.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Analytics.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Analytics.png
deleted file mode 100644
index 1256791..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Analytics.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google App Engine.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google App Engine.png
deleted file mode 100644
index 32ff514..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google App Engine.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Charts.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Charts.png
deleted file mode 100644
index 679b643..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Charts.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Code Prettify.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Code Prettify.png
deleted file mode 100644
index 78b6956..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Code Prettify.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Font API.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Font API.png
deleted file mode 100644
index bf2c8dc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Font API.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Friend Connect.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Friend Connect.png
deleted file mode 100644
index 78b6956..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Friend Connect.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Maps.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Maps.png
deleted file mode 100644
index 1f90c69..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Maps.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google PageSpeed.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google PageSpeed.png
deleted file mode 100644
index 8f830f0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google PageSpeed.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Sites.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Sites.png
deleted file mode 100644
index 6f74a7a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Sites.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Tag Manager.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Tag Manager.png
deleted file mode 100644
index 3e31648..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Tag Manager.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Wallet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Wallet.png
deleted file mode 100644
index 07c6a6c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Wallet.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Web Toolkit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Web Toolkit.png
deleted file mode 100644
index 8580de9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Google Web Toolkit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Graffiti CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Graffiti CMS.png
deleted file mode 100644
index fdeeffe..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Graffiti CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Grandstream.png b/Wappalyzer/drivers/bookmarklet/images/icons/Grandstream.png
deleted file mode 100755
index a347c58..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Grandstream.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gravatar.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gravatar.png
deleted file mode 100644
index 4b69a5b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Gravatar.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gravity Insights.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gravity Insights.png
deleted file mode 100644
index 54228a3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Gravity Insights.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Green Valley CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Green Valley CMS.png
deleted file mode 100644
index 94ceec0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Green Valley CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP ChaiServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP ChaiServer.png
deleted file mode 100755
index 44629e6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/HP ChaiServer.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP Compact Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP Compact Server.png
deleted file mode 100755
index 44629e6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/HP Compact Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP ProCurve.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP ProCurve.png
deleted file mode 100755
index 44629e6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/HP ProCurve.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP System Management.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP System Management.png
deleted file mode 100755
index 44629e6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/HP System Management.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP iLO.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP iLO.png
deleted file mode 100755
index 44629e6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/HP iLO.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP.png
deleted file mode 100755
index 44629e6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/HP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HTTP-Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/HTTP-Server.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/HTTP-Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Handlebars.png b/Wappalyzer/drivers/bookmarklet/images/icons/Handlebars.png
deleted file mode 100644
index 691e0b9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Handlebars.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Happy ICS Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Happy ICS Server.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Happy ICS Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HeadJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/HeadJS.png
deleted file mode 100644
index 9f51c0b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/HeadJS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hello Bar.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hello Bar.png
deleted file mode 100644
index 55da2fd..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Hello Bar.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hiawatha.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hiawatha.png
deleted file mode 100644
index 68426ef..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Hiawatha.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Highcharts.png b/Wappalyzer/drivers/bookmarklet/images/icons/Highcharts.png
deleted file mode 100644
index 68bf7a0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Highcharts.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Highstock.png b/Wappalyzer/drivers/bookmarklet/images/icons/Highstock.png
deleted file mode 100644
index 68bf7a0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Highstock.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hippo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hippo.png
deleted file mode 100644
index 2f7fee9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Hippo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hogan.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hogan.js.png
deleted file mode 100644
index e43e1ed..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Hogan.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hotaru CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hotaru CMS.png
deleted file mode 100644
index af1576f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Hotaru CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HubSpot.png b/Wappalyzer/drivers/bookmarklet/images/icons/HubSpot.png
deleted file mode 100644
index ebf24d6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/HubSpot.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hybris.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hybris.png
deleted file mode 100644
index 842dd83..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Hybris.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM Coremetrics.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM Coremetrics.png
deleted file mode 100644
index 26106b2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/IBM Coremetrics.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM HTTP Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM HTTP Server.png
deleted file mode 100644
index 26106b2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/IBM HTTP Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM Tivoli Storage Manager.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM Tivoli Storage Manager.png
deleted file mode 100644
index 26106b2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/IBM Tivoli Storage Manager.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Commerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Commerce.png
deleted file mode 100644
index 26106b2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Commerce.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Portal.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Portal.png
deleted file mode 100644
index 26106b2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Portal.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IIS.png b/Wappalyzer/drivers/bookmarklet/images/icons/IIS.png
deleted file mode 100644
index b94c2b3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/IIS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IPB.png b/Wappalyzer/drivers/bookmarklet/images/icons/IPB.png
deleted file mode 100644
index 793d0b8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/IPB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ImpressCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/ImpressCMS.png
deleted file mode 100644
index 023f159..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ImpressCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ImpressPages.png b/Wappalyzer/drivers/bookmarklet/images/icons/ImpressPages.png
deleted file mode 100644
index 28b152a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ImpressPages.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/InProces.png b/Wappalyzer/drivers/bookmarklet/images/icons/InProces.png
deleted file mode 100644
index a8e4f36..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/InProces.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Incapsula.png b/Wappalyzer/drivers/bookmarklet/images/icons/Incapsula.png
deleted file mode 100644
index 5ba7071..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Incapsula.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Indexhibit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Indexhibit.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Indexhibit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Indico.png b/Wappalyzer/drivers/bookmarklet/images/icons/Indico.png
deleted file mode 100755
index f04d630..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Indico.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Indy.png b/Wappalyzer/drivers/bookmarklet/images/icons/Indy.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Indy.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/InstantCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/InstantCMS.png
deleted file mode 100644
index 9b18932..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/InstantCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Intel Active Management Technology.png b/Wappalyzer/drivers/bookmarklet/images/icons/Intel Active Management Technology.png
deleted file mode 100644
index df1d937..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Intel Active Management Technology.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IntenseDebate.png b/Wappalyzer/drivers/bookmarklet/images/icons/IntenseDebate.png
deleted file mode 100644
index 757bf1b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/IntenseDebate.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Intercom.png b/Wappalyzer/drivers/bookmarklet/images/icons/Intercom.png
deleted file mode 100644
index c6fe220..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Intercom.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Intershop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Intershop.png
deleted file mode 100644
index 2cb07ca..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Intershop.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Invenio.png b/Wappalyzer/drivers/bookmarklet/images/icons/Invenio.png
deleted file mode 100644
index cfbe07d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Invenio.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ionicons.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ionicons.png
deleted file mode 100644
index c193d11..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ionicons.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JAlbum.png b/Wappalyzer/drivers/bookmarklet/images/icons/JAlbum.png
deleted file mode 100644
index 898676c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/JAlbum.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Application Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Application Server.png
deleted file mode 100644
index e4a4331..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Application Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Web.png b/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Web.png
deleted file mode 100644
index da55dd5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Web.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JC-HTTPD.png b/Wappalyzer/drivers/bookmarklet/images/icons/JC-HTTPD.png
deleted file mode 100755
index 1f55e03..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/JC-HTTPD.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JS Charts.png b/Wappalyzer/drivers/bookmarklet/images/icons/JS Charts.png
deleted file mode 100644
index ff7e89a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/JS Charts.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JTL Shop.png b/Wappalyzer/drivers/bookmarklet/images/icons/JTL Shop.png
deleted file mode 100644
index 564c41f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/JTL Shop.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jalios.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jalios.png
deleted file mode 100644
index 9cf7872..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Jalios.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Java Servlet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Java Servlet.png
deleted file mode 100644
index 0160cf6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Java Servlet.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Java.png b/Wappalyzer/drivers/bookmarklet/images/icons/Java.png
deleted file mode 100644
index 0160cf6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Java.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Faces.png b/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Faces.png
deleted file mode 100644
index f526322..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Faces.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Pages.png b/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Pages.png
deleted file mode 100644
index 0160cf6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Pages.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Javascript Infovis Toolkit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Javascript Infovis Toolkit.png
deleted file mode 100644
index c34e29e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Javascript Infovis Toolkit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jekyll.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jekyll.png
deleted file mode 100644
index 453ffb2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Jekyll.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jenkins.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jenkins.png
deleted file mode 100644
index 8a712a9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Jenkins.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jetty.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jetty.png
deleted file mode 100755
index e3bf4c3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Jetty.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jirafe.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jirafe.png
deleted file mode 100644
index 32edeaf..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Jirafe.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jo.png
deleted file mode 100644
index 477faf7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Jo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JobberBase.png b/Wappalyzer/drivers/bookmarklet/images/icons/JobberBase.png
deleted file mode 100644
index 8ac580f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/JobberBase.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Joomla.png b/Wappalyzer/drivers/bookmarklet/images/icons/Joomla.png
deleted file mode 100644
index 9952bb3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Joomla.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/K2.png b/Wappalyzer/drivers/bookmarklet/images/icons/K2.png
deleted file mode 100644
index 15280a5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/K2.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/KISSmetrics.png b/Wappalyzer/drivers/bookmarklet/images/icons/KISSmetrics.png
deleted file mode 100644
index e6a6024..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/KISSmetrics.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/KS_HTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/KS_HTTP.png
deleted file mode 100755
index 1f55e03..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/KS_HTTP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kampyle.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kampyle.png
deleted file mode 100644
index e2641f0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Kampyle.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kendo UI.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kendo UI.png
deleted file mode 100644
index 37536ca..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Kendo UI.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kentico CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kentico CMS.png
deleted file mode 100644
index d171d1b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Kentico CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/KineticJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/KineticJS.png
deleted file mode 100644
index 8cc5bf0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/KineticJS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Knockout.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Knockout.js.png
deleted file mode 100644
index 8e25237..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Knockout.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Koa.png b/Wappalyzer/drivers/bookmarklet/images/icons/Koa.png
deleted file mode 100644
index a22e335..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Koa.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Koala Framework.png b/Wappalyzer/drivers/bookmarklet/images/icons/Koala Framework.png
deleted file mode 100755
index 3e3a99e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Koala Framework.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Koego.png b/Wappalyzer/drivers/bookmarklet/images/icons/Koego.png
deleted file mode 100644
index 72e498b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Koego.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kohana.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kohana.png
deleted file mode 100644
index 8539a2c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Kohana.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kolibri CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kolibri CMS.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Kolibri CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Komodo CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Komodo CMS.png
deleted file mode 100644
index 04d81f3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Komodo CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Koobi.png b/Wappalyzer/drivers/bookmarklet/images/icons/Koobi.png
deleted file mode 100644
index 7a38b33..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Koobi.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kooboo CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kooboo CMS.png
deleted file mode 100644
index 7d4bb56..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Kooboo CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LEPTON.png b/Wappalyzer/drivers/bookmarklet/images/icons/LEPTON.png
deleted file mode 100644
index d444b75..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/LEPTON.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LabVIEW.png b/Wappalyzer/drivers/bookmarklet/images/icons/LabVIEW.png
deleted file mode 100755
index 173016d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/LabVIEW.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Laravel.png b/Wappalyzer/drivers/bookmarklet/images/icons/Laravel.png
deleted file mode 100644
index fea2630..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Laravel.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Leaflet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Leaflet.png
deleted file mode 100644
index b0df5ee..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Leaflet.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Less.png b/Wappalyzer/drivers/bookmarklet/images/icons/Less.png
deleted file mode 100644
index ffe18f0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Less.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Liferay.png b/Wappalyzer/drivers/bookmarklet/images/icons/Liferay.png
deleted file mode 100644
index 43560bf..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Liferay.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lift.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lift.png
deleted file mode 100644
index a0bd09b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Lift.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LightMon Engine.png b/Wappalyzer/drivers/bookmarklet/images/icons/LightMon Engine.png
deleted file mode 100644
index 6d627ab..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/LightMon Engine.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lightbox.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lightbox.png
deleted file mode 100644
index 5201c06..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Lightbox.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LimeSurvey.png b/Wappalyzer/drivers/bookmarklet/images/icons/LimeSurvey.png
deleted file mode 100644
index b877689..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/LimeSurvey.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LinkSmart.png b/Wappalyzer/drivers/bookmarklet/images/icons/LinkSmart.png
deleted file mode 100644
index 4499ea6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/LinkSmart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LiteSpeed.png b/Wappalyzer/drivers/bookmarklet/images/icons/LiteSpeed.png
deleted file mode 100644
index 33f30a8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/LiteSpeed.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LiveJournal.png b/Wappalyzer/drivers/bookmarklet/images/icons/LiveJournal.png
deleted file mode 100644
index 59c6f45..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/LiveJournal.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LiveStreet CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/LiveStreet CMS.png
deleted file mode 100644
index 7a9c07a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/LiveStreet CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Livefyre.png b/Wappalyzer/drivers/bookmarklet/images/icons/Livefyre.png
deleted file mode 100644
index 5bdce71..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Livefyre.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lo-dash.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lo-dash.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Lo-dash.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lockerz Share.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lockerz Share.png
deleted file mode 100644
index cd1231f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Lockerz Share.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Locomotive.png b/Wappalyzer/drivers/bookmarklet/images/icons/Locomotive.png
deleted file mode 100644
index 21482d0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Locomotive.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lodash.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lodash.png
deleted file mode 100644
index 140aaaa..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Lodash.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Logitech Media Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Logitech Media Server.png
deleted file mode 100755
index 0fd2074..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Logitech Media Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lotus Domino.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lotus Domino.png
deleted file mode 100644
index b510e1a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Lotus Domino.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lua.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lua.png
deleted file mode 100644
index 5b8dbc1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Lua.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Webserver.png b/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Webserver.png
deleted file mode 100644
index 1e3e20e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Webserver.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Wild CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Wild CMS.png
deleted file mode 100644
index 1e3e20e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Wild CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MOBOTIX.png b/Wappalyzer/drivers/bookmarklet/images/icons/MOBOTIX.png
deleted file mode 100755
index a457462..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MOBOTIX.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MODx.png b/Wappalyzer/drivers/bookmarklet/images/icons/MODx.png
deleted file mode 100644
index d53611f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MODx.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Magento.png b/Wappalyzer/drivers/bookmarklet/images/icons/Magento.png
deleted file mode 100644
index 981f4cc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Magento.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mambo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mambo.png
deleted file mode 100644
index b739586..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mambo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MantisBT.png b/Wappalyzer/drivers/bookmarklet/images/icons/MantisBT.png
deleted file mode 100644
index 5482198..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MantisBT.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ManyContacts.png b/Wappalyzer/drivers/bookmarklet/images/icons/ManyContacts.png
deleted file mode 100644
index 570450f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ManyContacts.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Marketo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Marketo.png
deleted file mode 100644
index e6da173..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Marketo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MathJax.png b/Wappalyzer/drivers/bookmarklet/images/icons/MathJax.png
deleted file mode 100644
index ba3ee56..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MathJax.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MaxSite CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/MaxSite CMS.png
deleted file mode 100644
index 1bc62b6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MaxSite CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MediaElement.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/MediaElement.js.png
deleted file mode 100644
index a95762d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MediaElement.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MediaTomb.png b/Wappalyzer/drivers/bookmarklet/images/icons/MediaTomb.png
deleted file mode 100644
index 537b6f9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MediaTomb.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MediaWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/MediaWiki.png
deleted file mode 100644
index d976ea5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MediaWiki.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Meebo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Meebo.png
deleted file mode 100644
index f872d03..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Meebo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Methode.png b/Wappalyzer/drivers/bookmarklet/images/icons/Methode.png
deleted file mode 100644
index a27455c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Methode.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft ASP.NET.png b/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft ASP.NET.png
deleted file mode 100644
index 471760a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft ASP.NET.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft HTTPAPI.png b/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft HTTPAPI.png
deleted file mode 100644
index deabbd5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft HTTPAPI.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft SharePoint.png b/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft SharePoint.png
deleted file mode 100644
index b8d6f9b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft SharePoint.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MiniBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/MiniBB.png
deleted file mode 100644
index b60ad71..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MiniBB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MiniServ.png b/Wappalyzer/drivers/bookmarklet/images/icons/MiniServ.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MiniServ.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mint.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mint.png
deleted file mode 100644
index 8880042..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mint.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mixpanel.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mixpanel.png
deleted file mode 100644
index fe7cd58..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mixpanel.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mobify.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mobify.png
deleted file mode 100644
index 46957f1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mobify.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MochiKit.png b/Wappalyzer/drivers/bookmarklet/images/icons/MochiKit.png
deleted file mode 100644
index bc3e15e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MochiKit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MochiWeb.png b/Wappalyzer/drivers/bookmarklet/images/icons/MochiWeb.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MochiWeb.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Modernizr.png b/Wappalyzer/drivers/bookmarklet/images/icons/Modernizr.png
deleted file mode 100644
index 41a2b0d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Modernizr.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MoinMoin.png b/Wappalyzer/drivers/bookmarklet/images/icons/MoinMoin.png
deleted file mode 100644
index 31ec01c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MoinMoin.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mojolicious.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mojolicious.png
deleted file mode 100644
index 77940d7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mojolicious.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mollom.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mollom.png
deleted file mode 100644
index 937fc59..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mollom.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moment Timezone.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moment Timezone.png
deleted file mode 100644
index 32053ae..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Moment Timezone.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moment.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moment.js.png
deleted file mode 100644
index 32053ae..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Moment.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mondo Media.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mondo Media.png
deleted file mode 100644
index 0570eb3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mondo Media.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MongoDB.png b/Wappalyzer/drivers/bookmarklet/images/icons/MongoDB.png
deleted file mode 100644
index f8b3e7f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MongoDB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mongrel.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mongrel.png
deleted file mode 100644
index 8e847b8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mongrel.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Monkey HTTP Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Monkey HTTP Server.png
deleted file mode 100644
index a81df2c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Monkey HTTP Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mono.net.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mono.net.png
deleted file mode 100644
index c66e401..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mono.net.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mono.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mono.png
deleted file mode 100644
index f2340ac..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mono.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MooTools.png b/Wappalyzer/drivers/bookmarklet/images/icons/MooTools.png
deleted file mode 100644
index 97ee321..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MooTools.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moodle.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moodle.png
deleted file mode 100644
index 6721efe..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Moodle.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moogo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moogo.png
deleted file mode 100644
index 0c93958..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Moogo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Motion-httpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/Motion-httpd.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Motion-httpd.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Movable Type.png b/Wappalyzer/drivers/bookmarklet/images/icons/Movable Type.png
deleted file mode 100644
index c578ca6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Movable Type.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moxa.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moxa.png
deleted file mode 100644
index df126a6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Moxa.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mozard Suite.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mozard Suite.png
deleted file mode 100644
index 14f6eeb..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mozard Suite.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mura CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mura CMS.png
deleted file mode 100644
index 65ae358..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mura CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mustache.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mustache.png
deleted file mode 100644
index c7eef19..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mustache.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MyBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/MyBB.png
deleted file mode 100644
index e97f930..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MyBB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MyBlogLog.png b/Wappalyzer/drivers/bookmarklet/images/icons/MyBlogLog.png
deleted file mode 100644
index a13ae44..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MyBlogLog.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MySQL.png b/Wappalyzer/drivers/bookmarklet/images/icons/MySQL.png
deleted file mode 100644
index a2b9def..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/MySQL.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mynetcap.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mynetcap.png
deleted file mode 100644
index 01ee5bc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Mynetcap.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/NOIX.png b/Wappalyzer/drivers/bookmarklet/images/icons/NOIX.png
deleted file mode 100644
index ae6f9fe..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/NOIX.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/NVD3.png b/Wappalyzer/drivers/bookmarklet/images/icons/NVD3.png
deleted file mode 100644
index 42cbe9c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/NVD3.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nedstat.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nedstat.png
deleted file mode 100644
index 2ffb430..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Nedstat.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nepso.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nepso.png
deleted file mode 100644
index e14ba06..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Nepso.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Netmonitor.png b/Wappalyzer/drivers/bookmarklet/images/icons/Netmonitor.png
deleted file mode 100644
index 45da0d7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Netmonitor.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nette Framework.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nette Framework.png
deleted file mode 100644
index c3aeeb7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Nette Framework.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/New Relic.png b/Wappalyzer/drivers/bookmarklet/images/icons/New Relic.png
deleted file mode 100644
index bf5c3a1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/New Relic.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nginx.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nginx.png
deleted file mode 100644
index d3a1648..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Nginx.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nokia Maps.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nokia Maps.png
deleted file mode 100644
index 5045e96..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Nokia Maps.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OXID eShop.png b/Wappalyzer/drivers/bookmarklet/images/icons/OXID eShop.png
deleted file mode 100644
index fac817d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OXID eShop.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/October CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/October CMS.png
deleted file mode 100644
index 0bdc1fe..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/October CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OmniTouch 8660 My Teamwork.png b/Wappalyzer/drivers/bookmarklet/images/icons/OmniTouch 8660 My Teamwork.png
deleted file mode 100644
index 012c09d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OmniTouch 8660 My Teamwork.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OneStat.png b/Wappalyzer/drivers/bookmarklet/images/icons/OneStat.png
deleted file mode 100644
index 1513be9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OneStat.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Open AdStream.png b/Wappalyzer/drivers/bookmarklet/images/icons/Open AdStream.png
deleted file mode 100644
index 1b14722..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Open AdStream.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Open Journal Systems.png b/Wappalyzer/drivers/bookmarklet/images/icons/Open Journal Systems.png
deleted file mode 100644
index 57c1795..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Open Journal Systems.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Open Web Analytics.png b/Wappalyzer/drivers/bookmarklet/images/icons/Open Web Analytics.png
deleted file mode 100644
index 9135787..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Open Web Analytics.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenCart.png
deleted file mode 100644
index d6add7f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OpenCart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenGSE.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenGSE.png
deleted file mode 100644
index 78b6956..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OpenGSE.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenGrok.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenGrok.png
deleted file mode 100644
index f56b970..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OpenGrok.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenLayers.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenLayers.png
deleted file mode 100644
index 7fa4ec6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OpenLayers.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenNemas.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenNemas.png
deleted file mode 100644
index f0d3701..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OpenNemas.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenSSL.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenSSL.png
deleted file mode 100644
index d37845a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OpenSSL.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenText Web Solutions.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenText Web Solutions.png
deleted file mode 100644
index 58a3025..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/OpenText Web Solutions.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ophal.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ophal.png
deleted file mode 100644
index 22dc9c1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ophal.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Optimizely.png b/Wappalyzer/drivers/bookmarklet/images/icons/Optimizely.png
deleted file mode 100644
index cb21ba0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Optimizely.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Application Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Application Server.png
deleted file mode 100644
index 435d816..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Application Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Dynamic Monitoring Service.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Dynamic Monitoring Service.png
deleted file mode 100644
index 435d816..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Dynamic Monitoring Service.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle HTTP Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle HTTP Server.png
deleted file mode 100644
index 435d816..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle HTTP Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Recommendations On Demand.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Recommendations On Demand.png
deleted file mode 100644
index 435d816..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Recommendations On Demand.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Web Cache.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Web Cache.png
deleted file mode 100644
index 435d816..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Web Cache.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Outbrain.png b/Wappalyzer/drivers/bookmarklet/images/icons/Outbrain.png
deleted file mode 100644
index be8d70e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Outbrain.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Outlook Web App.png b/Wappalyzer/drivers/bookmarklet/images/icons/Outlook Web App.png
deleted file mode 100644
index 6938a86..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Outlook Web App.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PANSITE.png b/Wappalyzer/drivers/bookmarklet/images/icons/PANSITE.png
deleted file mode 100644
index a2d74d9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/PANSITE.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PDF.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/PDF.js.png
deleted file mode 100644
index 74fa6bb..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/PDF.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Fusion.png b/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Fusion.png
deleted file mode 100644
index f64b7ec..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Fusion.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Nuke.png b/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Nuke.png
deleted file mode 100644
index 9bb91a9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Nuke.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PHP.png b/Wappalyzer/drivers/bookmarklet/images/icons/PHP.png
deleted file mode 100644
index 47525ab..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/PHP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Pagekit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Pagekit.png
deleted file mode 100644
index 9c28651..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Pagekit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Pardot.png b/Wappalyzer/drivers/bookmarklet/images/icons/Pardot.png
deleted file mode 100644
index efd9991..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Pardot.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Parse.ly.png b/Wappalyzer/drivers/bookmarklet/images/icons/Parse.ly.png
deleted file mode 100644
index c8affd3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Parse.ly.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PayPal.png b/Wappalyzer/drivers/bookmarklet/images/icons/PayPal.png
deleted file mode 100644
index d935d28..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/PayPal.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PencilBlue.png b/Wappalyzer/drivers/bookmarklet/images/icons/PencilBlue.png
deleted file mode 100644
index bb558ff..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/PencilBlue.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Percussion.png b/Wappalyzer/drivers/bookmarklet/images/icons/Percussion.png
deleted file mode 100644
index 3094bce..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Percussion.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PerfSONAR-PS.png b/Wappalyzer/drivers/bookmarklet/images/icons/PerfSONAR-PS.png
deleted file mode 100755
index f5e1402..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/PerfSONAR-PS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Perl.png b/Wappalyzer/drivers/bookmarklet/images/icons/Perl.png
deleted file mode 100644
index f903e4b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Perl.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Petrojs.png b/Wappalyzer/drivers/bookmarklet/images/icons/Petrojs.png
deleted file mode 100644
index aa461cc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Petrojs.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Phaser.png b/Wappalyzer/drivers/bookmarklet/images/icons/Phaser.png
deleted file mode 100644
index 69783af..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Phaser.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Piano Solo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Piano Solo.png
deleted file mode 100644
index 8123857..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Piano Solo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Piwik.png b/Wappalyzer/drivers/bookmarklet/images/icons/Piwik.png
deleted file mode 100644
index 70af5df..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Piwik.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Planet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Planet.png
deleted file mode 100644
index 022a4d8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Planet.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Plentymarkets.png b/Wappalyzer/drivers/bookmarklet/images/icons/Plentymarkets.png
deleted file mode 100644
index 2c047fd..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Plentymarkets.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Plesk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Plesk.png
deleted file mode 100644
index d668ab8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Plesk.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Pligg.png b/Wappalyzer/drivers/bookmarklet/images/icons/Pligg.png
deleted file mode 100644
index 2bffb0a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Pligg.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Plone.png b/Wappalyzer/drivers/bookmarklet/images/icons/Plone.png
deleted file mode 100644
index 30e4f7f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Plone.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Plura.png b/Wappalyzer/drivers/bookmarklet/images/icons/Plura.png
deleted file mode 100644
index de31136..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Plura.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Po.st.png b/Wappalyzer/drivers/bookmarklet/images/icons/Po.st.png
deleted file mode 100644
index 8679c87..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Po.st.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Polymer.png b/Wappalyzer/drivers/bookmarklet/images/icons/Polymer.png
deleted file mode 100644
index aa8b097..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Polymer.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Posterous.png b/Wappalyzer/drivers/bookmarklet/images/icons/Posterous.png
deleted file mode 100644
index 3150f4f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Posterous.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Powergap.png b/Wappalyzer/drivers/bookmarklet/images/icons/Powergap.png
deleted file mode 100644
index a44725a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Powergap.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Prefix-Free.png b/Wappalyzer/drivers/bookmarklet/images/icons/Prefix-Free.png
deleted file mode 100644
index 722f0f1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Prefix-Free.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Prestashop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Prestashop.png
deleted file mode 100644
index 6d1e090..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Prestashop.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Project Wonderful.png b/Wappalyzer/drivers/bookmarklet/images/icons/Project Wonderful.png
deleted file mode 100644
index 5a93408..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Project Wonderful.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Prototype.png b/Wappalyzer/drivers/bookmarklet/images/icons/Prototype.png
deleted file mode 100644
index 372d353..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Prototype.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Protovis.png b/Wappalyzer/drivers/bookmarklet/images/icons/Protovis.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Protovis.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Pure CSS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Pure CSS.png
deleted file mode 100644
index 862c2d3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Pure CSS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Python.png b/Wappalyzer/drivers/bookmarklet/images/icons/Python.png
deleted file mode 100644
index 76467ab..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Python.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Quantcast.png b/Wappalyzer/drivers/bookmarklet/images/icons/Quantcast.png
deleted file mode 100644
index 9f062ab..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Quantcast.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Quick.CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Quick.CMS.png
deleted file mode 100644
index 4f250d8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Quick.CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Quick.Cart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Quick.Cart.png
deleted file mode 100644
index 4f250d8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Quick.Cart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RAID HTTPServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/RAID HTTPServer.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/RAID HTTPServer.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RBS Change.png b/Wappalyzer/drivers/bookmarklet/images/icons/RBS Change.png
deleted file mode 100644
index cce994e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/RBS Change.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/RCMS.png
deleted file mode 100644
index ef48b16..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/RCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RDoc.png b/Wappalyzer/drivers/bookmarklet/images/icons/RDoc.png
deleted file mode 100644
index 102c4bc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/RDoc.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RackCache.png b/Wappalyzer/drivers/bookmarklet/images/icons/RackCache.png
deleted file mode 100644
index 1f04651..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/RackCache.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Raphael.png b/Wappalyzer/drivers/bookmarklet/images/icons/Raphael.png
deleted file mode 100644
index ba220ee..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Raphael.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Rapid Logic.png b/Wappalyzer/drivers/bookmarklet/images/icons/Rapid Logic.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Rapid Logic.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/React.png b/Wappalyzer/drivers/bookmarklet/images/icons/React.png
deleted file mode 100644
index da20b6e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/React.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ReallyCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/ReallyCMS.png
deleted file mode 100644
index a0b6a30..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ReallyCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Red Hat.png b/Wappalyzer/drivers/bookmarklet/images/icons/Red Hat.png
deleted file mode 100644
index 25596be..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Red Hat.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Reddit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Reddit.png
deleted file mode 100644
index 10ee756..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Reddit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Redmine.png b/Wappalyzer/drivers/bookmarklet/images/icons/Redmine.png
deleted file mode 100644
index f29fee6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Redmine.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Reinvigorate.png b/Wappalyzer/drivers/bookmarklet/images/icons/Reinvigorate.png
deleted file mode 100644
index 08097b1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Reinvigorate.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RequireJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/RequireJS.png
deleted file mode 100644
index a9e3a95..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/RequireJS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Reveal.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Reveal.js.png
deleted file mode 100644
index 63bb677..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Reveal.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RiteCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/RiteCMS.png
deleted file mode 100644
index 939024a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/RiteCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RoundCube.png b/Wappalyzer/drivers/bookmarklet/images/icons/RoundCube.png
deleted file mode 100644
index b76b170..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/RoundCube.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ruby on Rails.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ruby on Rails.png
deleted file mode 100644
index 09a9fbe..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ruby on Rails.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ruby.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ruby.png
deleted file mode 100644
index 6b9f20f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ruby.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/S.Builder.png b/Wappalyzer/drivers/bookmarklet/images/icons/S.Builder.png
deleted file mode 100644
index 3319bec..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/S.Builder.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SAP.png b/Wappalyzer/drivers/bookmarklet/images/icons/SAP.png
deleted file mode 100644
index 4c213e7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SAP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SDL Tridion.png b/Wappalyzer/drivers/bookmarklet/images/icons/SDL Tridion.png
deleted file mode 100644
index 753a379..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SDL Tridion.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SIMsite.png b/Wappalyzer/drivers/bookmarklet/images/icons/SIMsite.png
deleted file mode 100644
index b12d1f2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SIMsite.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SMF.png b/Wappalyzer/drivers/bookmarklet/images/icons/SMF.png
deleted file mode 100644
index 19df666..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SMF.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SOBI 2.png b/Wappalyzer/drivers/bookmarklet/images/icons/SOBI 2.png
deleted file mode 100644
index 75ff050..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SOBI 2.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SPDY.png b/Wappalyzer/drivers/bookmarklet/images/icons/SPDY.png
deleted file mode 100644
index 8c52d1f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SPDY.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SPIP.png b/Wappalyzer/drivers/bookmarklet/images/icons/SPIP.png
deleted file mode 100644
index 6054c48..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SPIP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SQL Buddy.png b/Wappalyzer/drivers/bookmarklet/images/icons/SQL Buddy.png
deleted file mode 100644
index a7f95b1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SQL Buddy.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SQLite.png b/Wappalyzer/drivers/bookmarklet/images/icons/SQLite.png
deleted file mode 100644
index b6a1267..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SQLite.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SUSE.png b/Wappalyzer/drivers/bookmarklet/images/icons/SUSE.png
deleted file mode 100644
index e41a05b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SUSE.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SWFObject.png b/Wappalyzer/drivers/bookmarklet/images/icons/SWFObject.png
deleted file mode 100644
index 08637db..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SWFObject.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Saia PCD.png b/Wappalyzer/drivers/bookmarklet/images/icons/Saia PCD.png
deleted file mode 100644
index c560a63..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Saia PCD.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sarka-SPIP.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sarka-SPIP.png
deleted file mode 100644
index c2f61b7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Sarka-SPIP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Scala.png b/Wappalyzer/drivers/bookmarklet/images/icons/Scala.png
deleted file mode 100644
index b38a701..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Scala.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Schneider Web Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Schneider Web Server.png
deleted file mode 100644
index d795ac7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Schneider Web Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Schneider.png b/Wappalyzer/drivers/bookmarklet/images/icons/Schneider.png
deleted file mode 100644
index d795ac7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Schneider.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Scientific Linux.png b/Wappalyzer/drivers/bookmarklet/images/icons/Scientific Linux.png
deleted file mode 100644
index c500660..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Scientific Linux.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sencha Touch.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sencha Touch.png
deleted file mode 100644
index 181921d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Sencha Touch.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Keys Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Keys Server.png
deleted file mode 100755
index 9fa007f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Keys Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel License Monitor.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel License Monitor.png
deleted file mode 100755
index 9fa007f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel License Monitor.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Protection Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Protection Server.png
deleted file mode 100755
index 9fa007f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Protection Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Seoshop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Seoshop.png
deleted file mode 100644
index b201673..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Seoshop.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Serendipity.png b/Wappalyzer/drivers/bookmarklet/images/icons/Serendipity.png
deleted file mode 100644
index 065ac91..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Serendipity.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shadow.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shadow.png
deleted file mode 100644
index 6410565..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Shadow.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ShareThis.png b/Wappalyzer/drivers/bookmarklet/images/icons/ShareThis.png
deleted file mode 100644
index fd9706b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ShareThis.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ShinyStat.png b/Wappalyzer/drivers/bookmarklet/images/icons/ShinyStat.png
deleted file mode 100644
index 11f9560..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ShinyStat.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shopalize.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shopalize.png
deleted file mode 100644
index c733899..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Shopalize.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shopatron.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shopatron.png
deleted file mode 100644
index d6bce72..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Shopatron.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shopify.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shopify.png
deleted file mode 100644
index 82f48c2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Shopify.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shopware.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shopware.png
deleted file mode 100644
index 8387cd6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Shopware.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Silva.png b/Wappalyzer/drivers/bookmarklet/images/icons/Silva.png
deleted file mode 100644
index 5ce7ac7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Silva.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SilverStripe.png b/Wappalyzer/drivers/bookmarklet/images/icons/SilverStripe.png
deleted file mode 100644
index 12208db..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SilverStripe.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SimpleHTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/SimpleHTTP.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SimpleHTTP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Site Meter.png b/Wappalyzer/drivers/bookmarklet/images/icons/Site Meter.png
deleted file mode 100644
index 7581a77..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Site Meter.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SiteCatalyst.png b/Wappalyzer/drivers/bookmarklet/images/icons/SiteCatalyst.png
deleted file mode 100644
index 002de3d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SiteCatalyst.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SiteDNK.png b/Wappalyzer/drivers/bookmarklet/images/icons/SiteDNK.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SiteDNK.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SiteEdit.png b/Wappalyzer/drivers/bookmarklet/images/icons/SiteEdit.png
deleted file mode 100644
index 17042b8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SiteEdit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sitecore.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sitecore.png
deleted file mode 100644
index 3d8218f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Sitecore.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sivuviidakko.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sivuviidakko.png
deleted file mode 100644
index 6a24fd0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Sivuviidakko.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sizmek.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sizmek.png
deleted file mode 100644
index 7bea12b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Sizmek.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Skimlinks.png b/Wappalyzer/drivers/bookmarklet/images/icons/Skimlinks.png
deleted file mode 100644
index e5dea4c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Skimlinks.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox 2.png b/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox 2.png
deleted file mode 100644
index 2bdfdac..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox 2.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox.png b/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox.png
deleted file mode 100644
index 2bdfdac..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Smart Ad Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Smart Ad Server.png
deleted file mode 100644
index eaacdbb..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Smart Ad Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SmartSite.png b/Wappalyzer/drivers/bookmarklet/images/icons/SmartSite.png
deleted file mode 100644
index 1a08e84..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SmartSite.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Smartstore.png b/Wappalyzer/drivers/bookmarklet/images/icons/Smartstore.png
deleted file mode 100644
index 1c35a51..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Smartstore.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Snap.svg.png b/Wappalyzer/drivers/bookmarklet/images/icons/Snap.svg.png
deleted file mode 100644
index c443e15..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Snap.svg.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Snoobi.png b/Wappalyzer/drivers/bookmarklet/images/icons/Snoobi.png
deleted file mode 100644
index bc493a7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Snoobi.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SobiPro.png b/Wappalyzer/drivers/bookmarklet/images/icons/SobiPro.png
deleted file mode 100644
index b1463bb..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SobiPro.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Socket.io.png b/Wappalyzer/drivers/bookmarklet/images/icons/Socket.io.png
deleted file mode 100644
index d1f1269..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Socket.io.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Solodev.png b/Wappalyzer/drivers/bookmarklet/images/icons/Solodev.png
deleted file mode 100644
index a6a92cb..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Solodev.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SoundManager.png b/Wappalyzer/drivers/bookmarklet/images/icons/SoundManager.png
deleted file mode 100644
index e142030..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SoundManager.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sphinx.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sphinx.png
deleted file mode 100644
index e0edb8e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Sphinx.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SpiderControl iniNet.png b/Wappalyzer/drivers/bookmarklet/images/icons/SpiderControl iniNet.png
deleted file mode 100644
index 545cd10..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SpiderControl iniNet.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Splunk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Splunk.png
deleted file mode 100755
index aec9976..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Splunk.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Splunkd.png b/Wappalyzer/drivers/bookmarklet/images/icons/Splunkd.png
deleted file mode 100755
index aec9976..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Splunkd.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Spree.png b/Wappalyzer/drivers/bookmarklet/images/icons/Spree.png
deleted file mode 100644
index 25cf454..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Spree.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Squarespace.png b/Wappalyzer/drivers/bookmarklet/images/icons/Squarespace.png
deleted file mode 100644
index 07e5783..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Squarespace.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Squiz Matrix.png b/Wappalyzer/drivers/bookmarklet/images/icons/Squiz Matrix.png
deleted file mode 100644
index 54be346..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Squiz Matrix.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Starlet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Starlet.png
deleted file mode 100644
index f903e4b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Starlet.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/StatCounter.png b/Wappalyzer/drivers/bookmarklet/images/icons/StatCounter.png
deleted file mode 100644
index e3d2bcc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/StatCounter.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Store Systems.png b/Wappalyzer/drivers/bookmarklet/images/icons/Store Systems.png
deleted file mode 100644
index 7a3ccca..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Store Systems.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Stripe.png b/Wappalyzer/drivers/bookmarklet/images/icons/Stripe.png
deleted file mode 100644
index 7c36c6d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Stripe.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SublimeVideo.png b/Wappalyzer/drivers/bookmarklet/images/icons/SublimeVideo.png
deleted file mode 100644
index f468408..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SublimeVideo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Subrion.png b/Wappalyzer/drivers/bookmarklet/images/icons/Subrion.png
deleted file mode 100755
index 7b6eef0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Subrion.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SunOS.png b/Wappalyzer/drivers/bookmarklet/images/icons/SunOS.png
deleted file mode 100644
index 435d816..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/SunOS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Supersized.png b/Wappalyzer/drivers/bookmarklet/images/icons/Supersized.png
deleted file mode 100644
index 9c500c3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Supersized.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Swiftlet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Swiftlet.png
deleted file mode 100644
index aa9e71b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Swiftlet.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Synology DiskStation.png b/Wappalyzer/drivers/bookmarklet/images/icons/Synology DiskStation.png
deleted file mode 100644
index 68ed5ff..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Synology DiskStation.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/TWiki.png
deleted file mode 100644
index 664fb68..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TWiki.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 CMS.png
deleted file mode 100644
index bdca086..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Flow.png b/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Flow.png
deleted file mode 100644
index bdca086..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Flow.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Neos.png b/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Neos.png
deleted file mode 100644
index bdca086..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Neos.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TYPOlight.png b/Wappalyzer/drivers/bookmarklet/images/icons/TYPOlight.png
deleted file mode 100644
index fd786f0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TYPOlight.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Tealeaf.png b/Wappalyzer/drivers/bookmarklet/images/icons/Tealeaf.png
deleted file mode 100644
index 6234c23..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Tealeaf.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TeamCity.png b/Wappalyzer/drivers/bookmarklet/images/icons/TeamCity.png
deleted file mode 100644
index e799973..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TeamCity.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Tengine.png b/Wappalyzer/drivers/bookmarklet/images/icons/Tengine.png
deleted file mode 100644
index 938534c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Tengine.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Textpattern CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Textpattern CMS.png
deleted file mode 100644
index cbba3ae..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Textpattern CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TiddlyWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/TiddlyWiki.png
deleted file mode 100644
index b2e28ef..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TiddlyWiki.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Tiki Wiki CMS Groupware.png b/Wappalyzer/drivers/bookmarklet/images/icons/Tiki Wiki CMS Groupware.png
deleted file mode 100644
index 612faa3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Tiki Wiki CMS Groupware.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Timeline.png b/Wappalyzer/drivers/bookmarklet/images/icons/Timeline.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Timeline.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Timeplot.png b/Wappalyzer/drivers/bookmarklet/images/icons/Timeplot.png
deleted file mode 100644
index 527647a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Timeplot.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TinyMCE.png b/Wappalyzer/drivers/bookmarklet/images/icons/TinyMCE.png
deleted file mode 100644
index d8fd9b8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TinyMCE.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Titan.png b/Wappalyzer/drivers/bookmarklet/images/icons/Titan.png
deleted file mode 100644
index 965fa77..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Titan.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TomatoCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/TomatoCart.png
deleted file mode 100644
index 8646e91..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TomatoCart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TornadoServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/TornadoServer.png
deleted file mode 100644
index d52d546..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TornadoServer.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Trac.png b/Wappalyzer/drivers/bookmarklet/images/icons/Trac.png
deleted file mode 100644
index 8cb4611..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Trac.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TrackJs.png b/Wappalyzer/drivers/bookmarklet/images/icons/TrackJs.png
deleted file mode 100644
index 4eabf59..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TrackJs.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Tumblr.png b/Wappalyzer/drivers/bookmarklet/images/icons/Tumblr.png
deleted file mode 100644
index 0224857..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Tumblr.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Twilight CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Twilight CMS.png
deleted file mode 100644
index 1ad3225..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Twilight CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TwistPHP.png b/Wappalyzer/drivers/bookmarklet/images/icons/TwistPHP.png
deleted file mode 100644
index 34b70d8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TwistPHP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TwistedWeb.png b/Wappalyzer/drivers/bookmarklet/images/icons/TwistedWeb.png
deleted file mode 100644
index c7fe5e1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TwistedWeb.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Twitter Bootstrap.png b/Wappalyzer/drivers/bookmarklet/images/icons/Twitter Bootstrap.png
deleted file mode 100644
index 570ffef..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Twitter Bootstrap.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TypePad.png b/Wappalyzer/drivers/bookmarklet/images/icons/TypePad.png
deleted file mode 100644
index d2813f1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/TypePad.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Typekit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Typekit.png
deleted file mode 100644
index c0d10b3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Typekit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UIKit.png b/Wappalyzer/drivers/bookmarklet/images/icons/UIKit.png
deleted file mode 100644
index c9cc221..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/UIKit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UNIX.png b/Wappalyzer/drivers/bookmarklet/images/icons/UNIX.png
deleted file mode 100644
index 2d3282e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/UNIX.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ubercart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ubercart.png
deleted file mode 100644
index 47e9fa2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ubercart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ubuntu.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ubuntu.png
deleted file mode 100644
index d47da3c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ubuntu.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UltraCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/UltraCart.png
deleted file mode 100644
index dd42fe0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/UltraCart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Umbraco.png b/Wappalyzer/drivers/bookmarklet/images/icons/Umbraco.png
deleted file mode 100644
index 00e8c3c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Umbraco.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Underscore.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Underscore.js.png
deleted file mode 100644
index aeacdc9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Underscore.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UserRules.png b/Wappalyzer/drivers/bookmarklet/images/icons/UserRules.png
deleted file mode 100644
index fcbd302..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/UserRules.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UserVoice.png b/Wappalyzer/drivers/bookmarklet/images/icons/UserVoice.png
deleted file mode 100644
index eaf14c2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/UserVoice.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ushahidi.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ushahidi.png
deleted file mode 100644
index a201393..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Ushahidi.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VIVVO.png b/Wappalyzer/drivers/bookmarklet/images/icons/VIVVO.png
deleted file mode 100644
index c821f52..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/VIVVO.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VP-ASP.png b/Wappalyzer/drivers/bookmarklet/images/icons/VP-ASP.png
deleted file mode 100644
index 1a9ed9a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/VP-ASP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vanilla.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vanilla.png
deleted file mode 100644
index 56c5c96..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Vanilla.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Varnish.png b/Wappalyzer/drivers/bookmarklet/images/icons/Varnish.png
deleted file mode 100644
index e547d74..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Varnish.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Veoxa.png b/Wappalyzer/drivers/bookmarklet/images/icons/Veoxa.png
deleted file mode 100644
index 9cc6120..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Veoxa.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VideoJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/VideoJS.png
deleted file mode 100644
index 1b8a293..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/VideoJS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VigLink.png b/Wappalyzer/drivers/bookmarklet/images/icons/VigLink.png
deleted file mode 100644
index 44f7142..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/VigLink.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vignette.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vignette.png
deleted file mode 100644
index 6312f2c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Vignette.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vimeo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vimeo.png
deleted file mode 100644
index 4be20e2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Vimeo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Virata EmWeb.png b/Wappalyzer/drivers/bookmarklet/images/icons/Virata EmWeb.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Virata EmWeb.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VirtueMart.png b/Wappalyzer/drivers/bookmarklet/images/icons/VirtueMart.png
deleted file mode 100644
index 6040aa4..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/VirtueMart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Visual WebGUI.png b/Wappalyzer/drivers/bookmarklet/images/icons/Visual WebGUI.png
deleted file mode 100644
index eee2529..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Visual WebGUI.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VisualPath.png b/Wappalyzer/drivers/bookmarklet/images/icons/VisualPath.png
deleted file mode 100644
index a8396bf..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/VisualPath.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Volusion.png b/Wappalyzer/drivers/bookmarklet/images/icons/Volusion.png
deleted file mode 100644
index 20e6d10..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Volusion.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vox.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vox.png
deleted file mode 100644
index 8644dd5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Vox.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vue.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vue.js.png
deleted file mode 100644
index 2c33e39..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Vue.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/W3 Total Cache.png b/Wappalyzer/drivers/bookmarklet/images/icons/W3 Total Cache.png
deleted file mode 100644
index 36f470f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/W3 Total Cache.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/W3Counter.png b/Wappalyzer/drivers/bookmarklet/images/icons/W3Counter.png
deleted file mode 100644
index fe9eab5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/W3Counter.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WP Rocket.png b/Wappalyzer/drivers/bookmarklet/images/icons/WP Rocket.png
deleted file mode 100644
index 1e66ecc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/WP Rocket.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Web Optimizer.png b/Wappalyzer/drivers/bookmarklet/images/icons/Web Optimizer.png
deleted file mode 100644
index 64fe47f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Web Optimizer.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Web2py.png b/Wappalyzer/drivers/bookmarklet/images/icons/Web2py.png
deleted file mode 100644
index 252c602..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Web2py.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WebGUI.png b/Wappalyzer/drivers/bookmarklet/images/icons/WebGUI.png
deleted file mode 100644
index baf6317..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/WebGUI.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WebPublisher.png b/Wappalyzer/drivers/bookmarklet/images/icons/WebPublisher.png
deleted file mode 100644
index e0310ca..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/WebPublisher.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Webix.png b/Wappalyzer/drivers/bookmarklet/images/icons/Webix.png
deleted file mode 100644
index a2c9014..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Webix.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WebsPlanet.png b/Wappalyzer/drivers/bookmarklet/images/icons/WebsPlanet.png
deleted file mode 100644
index 9ade2d1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/WebsPlanet.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Websale.png b/Wappalyzer/drivers/bookmarklet/images/icons/Websale.png
deleted file mode 100644
index 6d67ddc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Websale.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WebsiteBaker.png b/Wappalyzer/drivers/bookmarklet/images/icons/WebsiteBaker.png
deleted file mode 100644
index 43ec16c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/WebsiteBaker.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Webtrekk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Webtrekk.png
deleted file mode 100644
index 4c543b9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Webtrekk.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Webtrends.png b/Wappalyzer/drivers/bookmarklet/images/icons/Webtrends.png
deleted file mode 100644
index 9de450f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Webtrends.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Weebly.png b/Wappalyzer/drivers/bookmarklet/images/icons/Weebly.png
deleted file mode 100644
index 5713427..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Weebly.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WikkaWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/WikkaWiki.png
deleted file mode 100644
index 85d0217..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/WikkaWiki.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Windows CE.png b/Wappalyzer/drivers/bookmarklet/images/icons/Windows CE.png
deleted file mode 100644
index deabbd5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Windows CE.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Windows Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Windows Server.png
deleted file mode 100644
index deabbd5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Windows Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Wink.png b/Wappalyzer/drivers/bookmarklet/images/icons/Wink.png
deleted file mode 100644
index 3e72040..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Wink.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Winstone Servlet Container.png b/Wappalyzer/drivers/bookmarklet/images/icons/Winstone Servlet Container.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Winstone Servlet Container.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Wix.png b/Wappalyzer/drivers/bookmarklet/images/icons/Wix.png
deleted file mode 100644
index 4662773..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Wix.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Wolf CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Wolf CMS.png
deleted file mode 100644
index 67815a9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Wolf CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WooCommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/WooCommerce.png
deleted file mode 100644
index 9772015..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/WooCommerce.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Woopra.png b/Wappalyzer/drivers/bookmarklet/images/icons/Woopra.png
deleted file mode 100644
index 03a4dad..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Woopra.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WordPress Super Cache.png b/Wappalyzer/drivers/bookmarklet/images/icons/WordPress Super Cache.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/WordPress Super Cache.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WordPress.png b/Wappalyzer/drivers/bookmarklet/images/icons/WordPress.png
deleted file mode 100644
index f23c8c2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/WordPress.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Wowza Media Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Wowza Media Server.png
deleted file mode 100755
index 5d1c498..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Wowza Media Server.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/X-Cart.png b/Wappalyzer/drivers/bookmarklet/images/icons/X-Cart.png
deleted file mode 100644
index 3bf643e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/X-Cart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XAMPP.png b/Wappalyzer/drivers/bookmarklet/images/icons/XAMPP.png
deleted file mode 100755
index 4e61872..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/XAMPP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XMB.png b/Wappalyzer/drivers/bookmarklet/images/icons/XMB.png
deleted file mode 100644
index 1850b22..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/XMB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XOOPS.png b/Wappalyzer/drivers/bookmarklet/images/icons/XOOPS.png
deleted file mode 100644
index 1e4918a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/XOOPS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XRegExp.png b/Wappalyzer/drivers/bookmarklet/images/icons/XRegExp.png
deleted file mode 100644
index f0bba7a..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/XRegExp.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Xajax.png b/Wappalyzer/drivers/bookmarklet/images/icons/Xajax.png
deleted file mode 100644
index 3283cb2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Xajax.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Xanario.png b/Wappalyzer/drivers/bookmarklet/images/icons/Xanario.png
deleted file mode 100644
index 6fe9112..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Xanario.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XenForo.png b/Wappalyzer/drivers/bookmarklet/images/icons/XenForo.png
deleted file mode 100644
index 137d792..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/XenForo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XiTi.png b/Wappalyzer/drivers/bookmarklet/images/icons/XiTi.png
deleted file mode 100755
index 6e20ea9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/XiTi.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Xitami.png b/Wappalyzer/drivers/bookmarklet/images/icons/Xitami.png
deleted file mode 100644
index c58a761..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Xitami.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/YUI Doc.png b/Wappalyzer/drivers/bookmarklet/images/icons/YUI Doc.png
deleted file mode 100644
index b0b6478..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/YUI Doc.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/YUI.png b/Wappalyzer/drivers/bookmarklet/images/icons/YUI.png
deleted file mode 100644
index 0dae7fe..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/YUI.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/YaBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/YaBB.png
deleted file mode 100644
index a4f9b28..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/YaBB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo Advertising.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo Advertising.png
deleted file mode 100644
index b0b6478..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo Advertising.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Ecommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Ecommerce.png
deleted file mode 100644
index b0b6478..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Ecommerce.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Web Analytics.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Web Analytics.png
deleted file mode 100644
index b0b6478..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Web Analytics.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Direct.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Direct.png
deleted file mode 100644
index f5d6da8..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Direct.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Metrika.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Metrika.png
deleted file mode 100644
index 7a9d0e9..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Metrika.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yieldlab.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yieldlab.png
deleted file mode 100644
index f3e0492..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Yieldlab.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yii.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yii.png
deleted file mode 100644
index 4b5b980..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Yii.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/YouTube.png b/Wappalyzer/drivers/bookmarklet/images/icons/YouTube.png
deleted file mode 100644
index c9ea433..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/YouTube.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ZK.png b/Wappalyzer/drivers/bookmarklet/images/icons/ZK.png
deleted file mode 100644
index 6fcf560..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ZK.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ZURB Foundation.png b/Wappalyzer/drivers/bookmarklet/images/icons/ZURB Foundation.png
deleted file mode 100644
index 9940352..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ZURB Foundation.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zabbix.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zabbix.png
deleted file mode 100755
index c7384dc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Zabbix.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zanox.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zanox.png
deleted file mode 100644
index 6ce8ab2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Zanox.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zen Cart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zen Cart.png
deleted file mode 100644
index e1e23b1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Zen Cart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zend.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zend.png
deleted file mode 100644
index c0c394f..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Zend.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zepto.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zepto.png
deleted file mode 100644
index 2dff493..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Zepto.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zeuscart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zeuscart.png
deleted file mode 100644
index abbca7b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Zeuscart.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zinnia.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zinnia.png
deleted file mode 100644
index c144690..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Zinnia.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zope.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zope.png
deleted file mode 100644
index 287559d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/Zope.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/amCharts.png b/Wappalyzer/drivers/bookmarklet/images/icons/amCharts.png
deleted file mode 100644
index 945bd5b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/amCharts.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/basket.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/basket.js.png
deleted file mode 100644
index 2dc6a00..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/basket.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/cPanel.png b/Wappalyzer/drivers/bookmarklet/images/icons/cPanel.png
deleted file mode 100644
index e34e2ed..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/cPanel.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/cgit.png b/Wappalyzer/drivers/bookmarklet/images/icons/cgit.png
deleted file mode 100644
index aae35a7..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/cgit.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/comScore.png b/Wappalyzer/drivers/bookmarklet/images/icons/comScore.png
deleted file mode 100644
index 5490f7e..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/comScore.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/debut.png b/Wappalyzer/drivers/bookmarklet/images/icons/debut.png
deleted file mode 100755
index 737a032..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/debut.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/default.png b/Wappalyzer/drivers/bookmarklet/images/icons/default.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/default.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/dwhttpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/dwhttpd.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/dwhttpd.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/e107.png b/Wappalyzer/drivers/bookmarklet/images/icons/e107.png
deleted file mode 100644
index 9271535..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/e107.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/eDevice SmartStack.png b/Wappalyzer/drivers/bookmarklet/images/icons/eDevice SmartStack.png
deleted file mode 100644
index efb8bac..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/eDevice SmartStack.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/eHTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/eHTTP.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/eHTTP.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/eSyndiCat.png b/Wappalyzer/drivers/bookmarklet/images/icons/eSyndiCat.png
deleted file mode 100755
index 920d3b6..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/eSyndiCat.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/eZ Publish.png b/Wappalyzer/drivers/bookmarklet/images/icons/eZ Publish.png
deleted file mode 100644
index ec64902..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/eZ Publish.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/flask.png b/Wappalyzer/drivers/bookmarklet/images/icons/flask.png
deleted file mode 100644
index 234404b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/flask.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/git.png b/Wappalyzer/drivers/bookmarklet/images/icons/git.png
deleted file mode 100644
index bf3c059..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/git.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/gitweb.png b/Wappalyzer/drivers/bookmarklet/images/icons/gitweb.png
deleted file mode 100644
index bf3c059..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/gitweb.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/gunicorn.png b/Wappalyzer/drivers/bookmarklet/images/icons/gunicorn.png
deleted file mode 100644
index e33ac86..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/gunicorn.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/iCongo.png b/Wappalyzer/drivers/bookmarklet/images/icons/iCongo.png
deleted file mode 100644
index 842dd83..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/iCongo.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/iWeb.png b/Wappalyzer/drivers/bookmarklet/images/icons/iWeb.png
deleted file mode 100644
index 160b433..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/iWeb.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/io4-CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/io4-CMS.png
deleted file mode 100644
index a35e315..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/io4-CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQTouch.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQTouch.png
deleted file mode 100644
index 1a44686..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/jQTouch.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Mobile.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Mobile.png
deleted file mode 100644
index 5ebf502..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Mobile.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Sparklines.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Sparklines.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Sparklines.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery UI.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery UI.png
deleted file mode 100644
index 0021574..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery UI.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery.png
deleted file mode 100644
index 5ebf502..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jqPlot.png b/Wappalyzer/drivers/bookmarklet/images/icons/jqPlot.png
deleted file mode 100644
index 542a824..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/jqPlot.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/libwww-perl-daemon.png b/Wappalyzer/drivers/bookmarklet/images/icons/libwww-perl-daemon.png
deleted file mode 100644
index f903e4b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/libwww-perl-daemon.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/lighttpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/lighttpd.png
deleted file mode 100644
index 6698352..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/lighttpd.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/math.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/math.js.png
deleted file mode 100644
index b497216..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/math.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mini_httpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/mini_httpd.png
deleted file mode 100644
index d7a9bbc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mini_httpd.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_auth_pam.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_auth_pam.png
deleted file mode 100755
index 117b485..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mod_auth_pam.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_fastcgi.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_fastcgi.png
deleted file mode 100644
index 117b485..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mod_fastcgi.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_jk.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_jk.png
deleted file mode 100755
index 117b485..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mod_jk.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_perl.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_perl.png
deleted file mode 100755
index ee03c39..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mod_perl.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_python.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_python.png
deleted file mode 100644
index 09634f1..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mod_python.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_rack.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_rack.png
deleted file mode 100644
index df04693..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mod_rack.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_rails.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_rails.png
deleted file mode 100644
index df04693..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mod_rails.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_ssl.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_ssl.png
deleted file mode 100644
index 9ad7110..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mod_ssl.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_wsgi.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_wsgi.png
deleted file mode 100644
index 4f2c705..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/mod_wsgi.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/node.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/node.js.png
deleted file mode 100644
index 9cf2664..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/node.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/nopCommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/nopCommerce.png
deleted file mode 100644
index f010de0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/nopCommerce.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/openEngine.png b/Wappalyzer/drivers/bookmarklet/images/icons/openEngine.png
deleted file mode 100644
index a1257cd..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/openEngine.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/osCSS.png b/Wappalyzer/drivers/bookmarklet/images/icons/osCSS.png
deleted file mode 100644
index 9d79779..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/osCSS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/osCommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/osCommerce.png
deleted file mode 100644
index 2955ae5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/osCommerce.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ownCloud.png b/Wappalyzer/drivers/bookmarklet/images/icons/ownCloud.png
deleted file mode 100644
index 4c53d11..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/ownCloud.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/papaya CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/papaya CMS.png
deleted file mode 100644
index 21dd4d5..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/papaya CMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpAlbum.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpAlbum.png
deleted file mode 100644
index 39e4614..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/phpAlbum.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpBB.png
deleted file mode 100644
index debff44..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/phpBB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpCMS.png
deleted file mode 100644
index 11b28ab..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/phpCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpDocumentor.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpDocumentor.png
deleted file mode 100644
index 5137ddb..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/phpDocumentor.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpMyAdmin.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpMyAdmin.png
deleted file mode 100644
index 42b3c79..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/phpMyAdmin.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpPgAdmin.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpPgAdmin.png
deleted file mode 100644
index 36d8e43..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/phpPgAdmin.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpSQLiteCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpSQLiteCMS.png
deleted file mode 100644
index d3fee34..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/phpSQLiteCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpwind.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpwind.png
deleted file mode 100644
index 7aa3db0..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/phpwind.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/prettyPhoto.png b/Wappalyzer/drivers/bookmarklet/images/icons/prettyPhoto.png
deleted file mode 100644
index 47f9131..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/prettyPhoto.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/punBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/punBB.png
deleted file mode 100644
index f45aeea..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/punBB.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/reCAPTCHA.png b/Wappalyzer/drivers/bookmarklet/images/icons/reCAPTCHA.png
deleted file mode 100644
index 819a4b2..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/reCAPTCHA.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/sIFR.png b/Wappalyzer/drivers/bookmarklet/images/icons/sIFR.png
deleted file mode 100644
index 4e82ecb..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/sIFR.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/sNews.png b/Wappalyzer/drivers/bookmarklet/images/icons/sNews.png
deleted file mode 100644
index 50907f3..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/sNews.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/script.aculo.us.png b/Wappalyzer/drivers/bookmarklet/images/icons/script.aculo.us.png
deleted file mode 100644
index 212621c..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/script.aculo.us.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/spin.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/spin.js.png
deleted file mode 100644
index 5297fca..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/spin.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/swift.engine.png b/Wappalyzer/drivers/bookmarklet/images/icons/swift.engine.png
deleted file mode 100644
index da79f09..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/swift.engine.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/three.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/three.js.png
deleted file mode 100644
index 51614a4..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/three.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/thttpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/thttpd.png
deleted file mode 100644
index d7a9bbc..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/thttpd.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/total.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/total.js.png
deleted file mode 100644
index bbe2539..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/total.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/uCore.png b/Wappalyzer/drivers/bookmarklet/images/icons/uCore.png
deleted file mode 100755
index 5f5da3d..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/uCore.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/vBulletin.png b/Wappalyzer/drivers/bookmarklet/images/icons/vBulletin.png
deleted file mode 100644
index 67af801..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/vBulletin.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/viennaCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/viennaCMS.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/viennaCMS.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/webEdition.png b/Wappalyzer/drivers/bookmarklet/images/icons/webEdition.png
deleted file mode 100644
index b85cb66..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/webEdition.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/xCharts.png b/Wappalyzer/drivers/bookmarklet/images/icons/xCharts.png
deleted file mode 100644
index 2e51915..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/xCharts.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/xtCommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/xtCommerce.png
deleted file mode 100644
index 37ad901..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/xtCommerce.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/xui.png b/Wappalyzer/drivers/bookmarklet/images/icons/xui.png
deleted file mode 100644
index eb4ff5b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/xui.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/yepnope.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/yepnope.js.png
deleted file mode 100644
index 5f68d8b..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/icons/yepnope.js.png and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/pending.gif b/Wappalyzer/drivers/bookmarklet/images/pending.gif
deleted file mode 100644
index 3864c07..0000000
Binary files a/Wappalyzer/drivers/bookmarklet/images/pending.gif and /dev/null differ
diff --git a/Wappalyzer/drivers/bookmarklet/index.html b/Wappalyzer/drivers/bookmarklet/index.html
deleted file mode 100644
index 78bfee9..0000000
--- a/Wappalyzer/drivers/bookmarklet/index.html
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
- Wappalyzer
-
-
-
-
-
-
-