<?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[Manifest is not valid JSON. Line 10]]></title><description><![CDATA[<p dir="auto">Hey!</p>
<p dir="auto">I'm trying to create my own very simple Opera addon. It is based on the addon "<a href="https://addons.opera.com/en/extensions/details/show-password/" target="_blank" rel="noopener noreferrer nofollow ugc">Show Password</a>" by <a href="https://addons.opera.com/en/search/?developer=veadarkin" target="_blank" rel="noopener noreferrer nofollow ugc">Veadarkin</a>. I made some modification to his script. And i'm trying to learn how to write a script. I have read about how to do it on <a href="https://dev.opera.com/extensions/" target="_blank" rel="noopener noreferrer nofollow ugc">dev.opera.com/extensions</a> but i keep getting syntax error when i load it in. I must have missed something, i don't know what to do!</p>
<p dir="auto"><strong>The syntax error i get</strong><br />
Manifest is not valid JSON. Line: 10, column: 2, Syntax error.</p>
<p dir="auto"><strong>What is on line 10</strong></p>
<pre><code>"content_scripts": [
</code></pre>
<p dir="auto"><strong>manifest.json</strong></p>
<pre><code>{
	"name": "Password Revealer",
	"version": "1.0",
	"manifest_version": 2,
	"description": "Revealing text behind password forms",
	"developer": {
	"name": "Tcip",
	"url": "http://www.tcip.se"
	}	
	"content_scripts": [ 
	{
	"all_frames": true,
	"matches": [ "http://*/*", "https://*/*"],
	"js": ["passwordrevealer.js"]
	}
	]
}
</code></pre>
]]></description><link>https://forums.opera.com/topic/35647/manifest-is-not-valid-json-line-10</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 20:38:48 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/35647.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Oct 2019 14:39:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Manifest is not valid JSON. Line 10 on Wed, 09 Oct 2019 16:10:46 GMT]]></title><description><![CDATA[<p dir="auto">Not that I know JSON, but it does seem strange to have [ followed immediately by { (and then } ] at the end of the same element). I'd try removing one or the other.</p>
]]></description><link>https://forums.opera.com/post/184257</link><guid isPermaLink="true">https://forums.opera.com/post/184257</guid><dc:creator><![CDATA[sgunhouse]]></dc:creator><pubDate>Wed, 09 Oct 2019 16:10:46 GMT</pubDate></item></channel></rss>