App Icon - Opera GX Mods
How to add and configure app icons for your Opera GX mod.
App icons personalize the browser's identity, making it match your mod’s theme and aesthetic.
🖼️ Adding Custom App Icons
Create a App Icons Pack
- Create a folder named
app_icons
in your mod project. - Add Icons (
.webp
recommended for best performance). - Supported formats:
.jpg
,.png
,.webp
my-first-mod
- manifest.json
- app_icons/
- app_icon1.png
Recommended Sizes
📏 For the best results, use these sizes:
Size (px) | Usage |
---|---|
48x48 | Default small icon |
72x72 | Medium resolution |
96x96 | High resolution |
144x144 | Large icon |
192x192 | Highest quality |
Tip: Ensure icons remain sharp and recognizable at all sizes.
Update manifest.json
Define your app icons in the mod’s payload section:
manifest.json
{
"app_icon": [
{
"id": "app_icon_01",
"name": "Nex Sci-Fi",
"path": "app_icons/app_icon1.png"
}
]
}
🎨 Best Practices
- Use Transparent Backgrounds –
.png
is ideal for smooth integration. - Ensure Clarity at Small Sizes – Avoid excessive details that may not be visible.
- Match Your Mod’s Theme – Align icon colors with wallpapers & UI elements.