<?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[The notification icon is displayed as the default icon.]]></title><description><![CDATA[<p dir="auto">I'm trying to understand how extensions works. Hence, I'm trying to create a test extension. My icon16.png does not appear at notification bar. It only shows default opera icon. How to do that? Thanks.<br />
code:</p>
<pre><code>chrome.storage.sync.set({'total': newTotal}, function(){

			if (amount &amp;&amp; newTotal &gt;= budget.limit) {

			var notifOptions = {
				type: 'basic',
				iconUrl: 'icon16.png',
				title: 'Limit reached!',
				message: "looks like you've reached your limit."
			};
			chrome.notifications.create('limitNotif', notifOptions);
		}
	});
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1559550152587-screenshot-from-2019-06-03-11-21-34.png" alt="Screenshot from 2019-06-03 11-21-34.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://forums.opera.com/topic/32799/the-notification-icon-is-displayed-as-the-default-icon</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 11:00:23 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/32799.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Jun 2019 08:25:40 GMT</pubDate><ttl>60</ttl></channel></rss>