TecniLauncher’s home screen displays the latest news and announcements, loaded automatically when you open the launcher. Up to 5 news items are shown at a time, keeping you informed about updates, community events, and other announcements without leaving the launcher.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Tecnikero/TecniLauncher/llms.txt
Use this file to discover all available pages before exploring further.
What news items include
Each news item can contain the following content:- Title — the headline shown at the top of the card.
- Cover image — a banner image displayed above the body text. Images are resized to 900 px wide for consistent display.
- Body text — the main content of the news item, written in Markdown and rendered with full formatting support (bold, links, lists, etc.).
- Action button (optional) — a clickable button with a custom label and link, used to point you to a related page, announcement, or external resource. The button color can be customized per item (default: indigo).
News format
News items are defined with the following fields:| Field | Description |
|---|---|
| Title | Headline text displayed on the card |
| Image | URL of the cover image |
| Body | Markdown-formatted body text, rendered in the launcher |
| Show button | Whether the action button is visible |
| Button label | Text displayed on the action button |
| Button URL | Link opened when the button is clicked |
| Button color | Hex color for the button (defaults to #5865F2) |
News is fetched from a remote JSON source and cached in memory while the launcher is open. To force a refresh, restart the launcher.