├── README.md ├── background.js ├── manifest.json ├── marketing ├── fuzzerDemo.gif ├── ic_launcher.png ├── ic_launcher │ ├── res │ │ ├── 128x128 │ │ │ └── ic_launcher.png │ │ ├── mipmap-hdpi │ │ │ └── ic_launcher.png │ │ ├── mipmap-mdpi │ │ │ └── ic_launcher.png │ │ ├── mipmap-xhdpi │ │ │ └── ic_launcher.png │ │ ├── mipmap-xxhdpi │ │ │ └── ic_launcher.png │ │ └── mipmap-xxxhdpi │ │ │ └── ic_launcher.png │ └── web_hi_res_512.png ├── replaceLinksDemo.gif ├── screenShot.PNG └── tileImage.jpg ├── popup.html └── popup.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/README.md -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/background.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/manifest.json -------------------------------------------------------------------------------- /marketing/fuzzerDemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/fuzzerDemo.gif -------------------------------------------------------------------------------- /marketing/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/ic_launcher.png -------------------------------------------------------------------------------- /marketing/ic_launcher/res/128x128/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/ic_launcher/res/128x128/ic_launcher.png -------------------------------------------------------------------------------- /marketing/ic_launcher/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/ic_launcher/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /marketing/ic_launcher/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/ic_launcher/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /marketing/ic_launcher/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/ic_launcher/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /marketing/ic_launcher/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/ic_launcher/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /marketing/ic_launcher/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/ic_launcher/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /marketing/ic_launcher/web_hi_res_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/ic_launcher/web_hi_res_512.png -------------------------------------------------------------------------------- /marketing/replaceLinksDemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/replaceLinksDemo.gif -------------------------------------------------------------------------------- /marketing/screenShot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/screenShot.PNG -------------------------------------------------------------------------------- /marketing/tileImage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/marketing/tileImage.jpg -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhaddix/LazyFuzzer/HEAD/popup.js --------------------------------------------------------------------------------