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

📏 For the best results, use these sizes:

Size (px)Usage
48x48Default small icon
72x72Medium resolution
96x96High resolution
144x144Large icon
192x192Highest quality

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.