Splash Screen - Opera GX Mods

Learn how to customize the splash screen that appears when Opera GX loads your mod.

Splash screens add a personal touch to your Opera GX mod, making it visually engaging during the loading process.

🛠 Adding Splash Screen

To include splash screens in your mod, follow these steps:

Create a Splash Screen Pack

  • plash screen are typically .mp4 format files.
  • Recommended clip resolution: 1080x1080 pixels.
  • Keep splash screen duration between 3 to 5 seconds.
  • Place your splash screen files in a splash/ directory inside your mod folder.
my-first-mod

Update manifest.json

To register your splash screen pack, update your manifest.json file:

manifest.json
{
  "splash_screen": [
    {
      "id": "splash_screen_01",
      "name": "Nex Sci-Fi",
      "path": "splash/splash1.mp4"
    }
  ]
}
  • Replace "Nex Sci-Fi" with your custom splash screen pack name.
  • Change "splash1.mp4" to your actual splash screen file.

🔄 Pro Tips

  • Use high-quality MP4 files to ensure smooth playback.
  • Limit splash screen length to avoid long loading times.
  • Consider adding multiple splash screens for variety!