├── .github └── FUNDING.yml └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: AppAgg 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry 13 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![AppAgg](https://appagg.co/i/apple-touch-icon.png?new) 2 | 3 | # Application
Aggregator
4 | Apps, Games, Discounts %, Developers, Users, RSS, Search, Lists, Reviews, Videos, Points. 5 | 6 | ## Explore More, Discover New 7 | * More than 3,000,000 apps and games. 8 | * More than 1,000,000 developers. 9 | * Our free site keeps you up to date on the newest and top sales. 10 | * You can easily search for any apps, games or developers. 11 | 12 | ## We support all major platforms 13 | * Android (Google Play) 14 | * iOS (App Store) 15 | * macOS (App Store) 16 | * Windows (Microsoft Store) 17 | * Steam (Steam Store) 18 | * Nintendo (Nintendo Store) 19 | * PlayStation (PlayStation Store) 20 | * Xbox (Microsoft Store) 21 | 22 | ## Send feedback 23 | Describe your issue or share your ideas! 24 | --------------------------------------------------------------------------------