<?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[Error in new Extension with sidebar.]]></title><description><![CDATA[<p dir="auto">I'm creating an extension with the new SideBar API but when I go to upload on Opera site I receive this error: "manifest.json is invalid. Please correct it and try uploading again. The parser reported: {'19': 'icons/19.png', '38': 'icons/38.png'} does not match type 'string'".</p>
<p dir="auto">This is the manifest code: <a href="https://dl.dropboxusercontent.com/u/22722558/aaa111.PNG" target="_blank" rel="noopener noreferrer nofollow ugc">https://dl.dropboxusercontent.com/u/22722558/aaa111.PNG</a></p>
]]></description><link>https://forums.opera.com/topic/8512/error-in-new-extension-with-sidebar</link><generator>RSS for Node</generator><lastBuildDate>Thu, 17 Sep 2026 05:05:46 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/8512.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Mar 2015 15:15:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error in new Extension with sidebar. on Sat, 07 Mar 2015 16:58:13 GMT]]></title><description><![CDATA[<p dir="auto">@gwen-draong: I have double quote if you see the screen <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ffrjq97ccbo" class="not-responsive emoji emoji-emoji-one emoji--winking_face" title=";)" alt="😉" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/502970">@vux777</a>: I removed one default icon but I have the same error.</p>
<p dir="auto">Code:<br />
"default_icon": {<br />
"38": "icons/38.png"<br />
},</p>
<p dir="auto">Error: manifest.json is invalid. Please correct it and try uploading again. The parser reported: {'38': 'icons/38.png'} does not match type 'string'</p>
<p dir="auto">EDIT: error fixed with this code: "default_icon": "icons/38.png",<br />
Thanks for reply guys.</p>
]]></description><link>https://forums.opera.com/post/68751</link><guid isPermaLink="true">https://forums.opera.com/post/68751</guid><dc:creator><![CDATA[master94ga]]></dc:creator><pubDate>Sat, 07 Mar 2015 16:58:13 GMT</pubDate></item><item><title><![CDATA[Reply to Error in new Extension with sidebar. on Sat, 07 Mar 2015 16:18:54 GMT]]></title><description><![CDATA[<p dir="auto">you have two icons in default icon<br />
"sidebar_action": {<br />
"default_icon": "icons/19.png",<br />
....</p>
]]></description><link>https://forums.opera.com/post/68749</link><guid isPermaLink="true">https://forums.opera.com/post/68749</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 07 Mar 2015 16:18:54 GMT</pubDate></item><item><title><![CDATA[Reply to Error in new Extension with sidebar. on Sat, 07 Mar 2015 15:57:35 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">The parser reported: {'19': 'icons/19.png', '38': 'icons/38.png'} does not match type 'string'".</p>
</blockquote>
<p dir="auto">Yes, you should quote with double-quote not with single-quote.</p>
<p dir="auto">See <a href="http://www.json.org/index.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.json.org/index.html</a> and Standard ECMA doc at <a href="http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf</a></p>
]]></description><link>https://forums.opera.com/post/68744</link><guid isPermaLink="true">https://forums.opera.com/post/68744</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sat, 07 Mar 2015 15:57:35 GMT</pubDate></item></channel></rss>