<?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[How can i change extension icon?]]></title><description><![CDATA[<p dir="auto">hi.<br />
I created a simple extension for opera but i cant change icon.<br />
photo:<br />
<img src="/assets/uploads/files/1516405596087-wwwww.png" alt="0_1516405594969_wwwww.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">manifest.json :<br />
{<br />
"manifest_version": 2,</p>
<pre><code>"name": "name",
"description": "write a description",
"version": "1.0.0",		

"background": {
	"scripts": ["background.js"]
},

"permissions": ["tabs"],

"browser_action": { 
	"default_icon": "icon.png",
	"default_title": "title!"
}
</code></pre>
<p dir="auto">}</p>
]]></description><link>https://forums.opera.com/topic/24642/how-can-i-change-extension-icon</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 05:06:34 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/24642.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Jan 2018 23:46:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can i change extension icon? on Sat, 20 Jan 2018 01:59:46 GMT]]></title><description><![CDATA[<p dir="auto">Topic closed as solved. If in up until to a month the author needs the thread to be reopened, just report it. briefly explaining the reason.</p>
]]></description><link>https://forums.opera.com/post/137798</link><guid isPermaLink="true">https://forums.opera.com/post/137798</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Sat, 20 Jan 2018 01:59:46 GMT</pubDate></item><item><title><![CDATA[Reply to How can i change extension icon? on Sat, 20 Jan 2018 00:18:41 GMT]]></title><description><![CDATA[<p dir="auto">I found it brothers <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=gd9hk06g3u4" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto">go to <a href="https://stackoverflow.com/questions/45860394/how-to-change-all-the-related-icons-in-chrome-extensions" target="_blank" rel="noopener noreferrer nofollow ugc">stackoverflow</a></p>
<p dir="auto">i added this code into manifest.json :</p>
<p dir="auto">"icons": { "16": "icon16.png",<br />
"48": "icon48.png",<br />
"128": "icon128.png" },</p>
<p dir="auto">solved:)</p>
]]></description><link>https://forums.opera.com/post/137793</link><guid isPermaLink="true">https://forums.opera.com/post/137793</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 20 Jan 2018 00:18:41 GMT</pubDate></item></channel></rss>