# Changelog
## [2.0] - 2025-07-23
### 🚀 Major Feature Upgrade
- 💡 Full app metadata display (version, release date, developer, file size, genre, etc.)
- 🌐 Language and country detection
- 📄 Inline injection directly below the app title (toggleable)
- 📦 Overlay display remains available as an option (default)
- 🔁 Auto-retry logic to ensure data loads reliably on first visit
- 📋 "Copy" button for Bundle ID (clipboard-compatible)
- 🗄 "Export JSON" button to download full iTunes metadata
- 🔗 Link to the official App Store preview page
- 🧠 Tampermonkey menu commands to:
- Toggle between inline and overlay display modes
- Enable or disable auto-copy on load
- 🖥️ Support for macOS App Store URLs (e.g., https://apps.apple.com/app/id123456789)
## [1.1] - 2025-07-23
- Added a "Copy" button for easy clipboard copying
- Improved reliability with retry logic for delayed page loads
- Styled UI container for better visibility and user experience
- Auto-fallback between `GM_setClipboard` and `navigator.clipboard`
## [1.0] - 2025-07-23
- Initial release
- Extracted `appID` from App Store URL
- Queried iTunes Lookup API
- Displayed bundle ID in a fixed overlay box