├── LICENSE ├── README.md ├── main.py ├── requirements.txt ├── resources ├── icon.ico └── icon.png ├── search_engines.py ├── utils.py └── vercel.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggacheb/Search/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggacheb/Search/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggacheb/Search/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggacheb/Search/HEAD/requirements.txt -------------------------------------------------------------------------------- /resources/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggacheb/Search/HEAD/resources/icon.ico -------------------------------------------------------------------------------- /resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggacheb/Search/HEAD/resources/icon.png -------------------------------------------------------------------------------- /search_engines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggacheb/Search/HEAD/search_engines.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggacheb/Search/HEAD/utils.py -------------------------------------------------------------------------------- /vercel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggacheb/Search/HEAD/vercel.json --------------------------------------------------------------------------------