From 0737ead33dfe7ca63e5aaea7f71c379c982fe1f6 Mon Sep 17 00:00:00 2001 From: Akshat Mehta Date: Sun, 23 Nov 2025 05:26:54 +0000 Subject: [PATCH] Update README.md --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b17acdd..9603b0f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,57 @@ -# apps.apple.com +# Apple App Store frontend source code archive -Repo of apple music frontend code \ No newline at end of file +Extracted from [https://apps.apple.com/](https://apps.apple.com/). Saved using the Chrome extension [Save All Resources](https://chromewebstore.google.com/detail/save-all-resources/abpdnfjocnmdomablahdcfnoggeeiedb). + +### How is this possible? + +Because Apple forgot to disable sourcemaps in production on the App Store website 🙃 + +image + +As an interesting discovery, I've archived them here on GitHub for educational purposes. + +## Directory Structure + +``` +. +├── api/ # API related code +├── assets/ # Static assets +├── node_modules/ # Dependencies +├── shared/ # Shared modules +├── src/ # Source code +│ ├── components/ +│ ├── config/ +│ ├── constants/ +│ ├── context/ +│ ├── stores/ +│ └── utils/ +└── us/ # US region specific +``` + +## What's Inside + +- Complete Svelte/TypeScript source code +- State management logic +- UI components +- API integration code +- Routing configuration +- And more... + +## Disclaimer + +This repository is for educational and research purposes only. All code is copyrighted by Apple Inc. + +The source code was obtained from publicly accessible resources through browser developer tools. + +## License + +The content in this repository belongs to Apple Inc. If there are any copyright concerns, please contact for removal. + +--- + +*Remember: Always disable sourcemaps in production! 😉* + +## Related + +- [Apple App Store](https://apps.apple.com/) +- [Save All Resources Extension](https://chromewebstore.google.com/detail/save-all-resources/abpdnfjocnmdomablahdcfnoggeeiedb) \ No newline at end of file