Browser Extension Manifest invalid

code:

{
	"name": "BigJenny(robux)",
	"version": "0.0.0.1",
	"manifest_version": 2,
	"description": "?",
        "content_scripts": [
		{
		        "matches":["http://roblox.com/*","https://roblox.com/*","http://web.roblox.com/*","https://web.roblox.com/*"]
			"js": ["robuxchanger.js"]
		}
	]
}

error it is giving me in microsoft edge:
“Error Manifest is not valid JSON. Line: 9, column: 4, Syntax error.”

1 Like

Sorry about that, code didn’t paste right

1 Like

you’re missing a comma at the end of line 8 ( "matches… line)

3 Likes

the error was on line 9 column 4

1 Like

but the error is that it found " on line 9 when it expected a , to be before it, something which you’d usually put at the end of the line (here, of line 8)

4 Likes

But it was talking about column 4

1 Like

Also basically I am trying to make an extension that edits your robux that is customizable on click.

1 Like

Changing a value client-side won’t change it server-side, unless the server is extremely insecure.

6 Likes

And I can confirm Roblox’s server is not that insecure.

4 Likes

This is not about Roblox.

1 Like

Also you fixed my problem

1 Like

Yes, not about Roblox in the slightest.

image

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.