<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Custom App Icon for mods]]></title><description><![CDATA[<p dir="auto">I've noticed all of the mods for Opera GX with a custom app icon is made by Opera themselves. Is there a way for anyone else to use a custom app icon in their mod or is it limited to Opera mods only?</p>
]]></description><link>https://forums.opera.com/topic/85709/custom-app-icon-for-mods</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 12:14:45 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/85709.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 Jul 2025 13:36:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Custom App Icon for mods on Wed, 23 Jul 2025 22:08:43 GMT]]></title><description><![CDATA[<p dir="auto">You can create a folder named  "test", put:</p>
<p dir="auto">manifest.json:</p>
<pre><code>{
  "mod" : {
    "schema_version" : 2,
    "payload" : {
      "app_icon" : [ {
            "id" : "app_icon_01",
            "name" : "Test",
            "path" : "app_icon1.png"
        }
      ]
    }
  },
  "manifest_version" : 3,
  "name" : "Test",
  "icons" : {
    "512" : "icon_512.png"
  },
  "version" : "1.2.1"
}
</code></pre>
<p dir="auto">in it, put icon_512.png and app_icon_01.png (290px x 290px) in it, goto the URL <code>opera://extensions</code>, turn on developer mode, click "Load unpacked" and point it to the test folder to load the extension.</p>
<p dir="auto">Then, you can goto the URL <code>opera://configure/mods/interface/app_icon</code>, set the mod's icon and restart Opera.</p>
<p dir="auto">Then, Opera's pinned taskbar icon should be that custom icon.</p>
]]></description><link>https://forums.opera.com/post/389789</link><guid isPermaLink="true">https://forums.opera.com/post/389789</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 23 Jul 2025 22:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to Custom App Icon for mods on Wed, 23 Jul 2025 22:03:51 GMT]]></title><description><![CDATA[<p dir="auto">You can definitely create your own extension that uses a custom app icon and it will work no problem when you "Load unpacked" it in developer mode at the URL <code>opera://extensions</code>.</p>
<p dir="auto">As for uploading said extension to <a href="https://store.gx.me/mods" target="_blank" rel="noopener noreferrer nofollow ugc">https://store.gx.me/mods</a>, I'm not sure if there are any restrictions for what studios are allowed to do app icons there or if there are any restrictions for what mods can be tagged with the app-icon tag. For example, I think the mods-2-0 tag is restricted to Opera-provided mods but there are still lots of mod 2.0 mods that aren't tagged as such.</p>
<p dir="auto">You can keep installing mods form other studios and check at the URL <code>opera://configure/mods/interface/app_icon</code> to see if they an app icon. At <a href="https://store.gx.me/mods/" target="_blank" rel="noopener noreferrer nofollow ugc">https://store.gx.me/mods/</a>, maybe sort by last modified so you get newer extensions. You'll still have to skip Opera studio mods though.</p>
]]></description><link>https://forums.opera.com/post/389788</link><guid isPermaLink="true">https://forums.opera.com/post/389788</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 23 Jul 2025 22:03:51 GMT</pubDate></item></channel></rss>