This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
wappalyzer/drivers/chrome/background.html

16 lines
296 B

<!DOCTYPE html>
<html>
<head>
<title>Background</title>
<script src="js/ga.js"></script>
<script src="js/wappalyzer.js"></script>
<script src="js/defaults.js"></script>
<script src="js/driver.js"></script>
<script src="js/background.js"></script>
</head>
<body>
</body>
</html>