gitextract_a6y9mjey/ ├── .github/ │ └── workflows/ │ ├── add-app.yml │ └── maintenance.yml ├── LICENSE ├── README.md ├── categories/ │ ├── android_tv.md │ ├── android_wear.md │ ├── business.md │ ├── communication.md │ ├── education.md │ ├── finance.md │ ├── game.md │ ├── health_fitness.md │ ├── life_style.md │ ├── multi_media.md │ ├── news_and_magazines.md │ ├── personalization.md │ ├── productivity.md │ ├── social_network.md │ ├── tools.md │ └── travel_and_local.md └── scripts/ ├── add_app.py └── maintain_repo.py