# Program Info `program_info/` > **Location**: `program_info/` > **Purpose**: Application branding and configuration > **Latest Version**: 0.0.5-1 --- ## Overview The `program_info/` directory contains ProjT Launcher's program information, including application identity, branding assets, and configuration endpoints. --- ## Contents ### Application Identity | Item | Description | |------|-------------| | Application Name | ProjT Launcher | | Application ID | `org.projecttick.projtlauncher` | | Organization | Project Tick | ### Branding | Asset | Purpose | |-------|---------| | Logo | Application icon | | Banner | Promotional graphics | | Screenshots | Store/website images | ### Endpoints | Endpoint | Purpose | |----------|---------| | Update URL | Auto-update checks | | News API | Launcher news feed | | Analytics | Usage statistics (optional) | ### Desktop Integration | File | Platform | |------|----------| | `.desktop` file | Linux | | `Info.plist` template | macOS | | Resource files | Windows | --- ## Customization When building a custom fork: 1. Update application name and ID 2. Replace branding assets 3. Configure custom endpoints 4. Update desktop integration files --- ## Related Documentation - [LauncherJava](./launcherjava.md) — Java component - [JavaCheck](./javacheck.md) — Java detection