opera-gaming / gxmods

Documentation for GX mods
782 stars 3.15k forks source link

Syntax error on "schema_version":1 #56

Open ToastMan065 opened 1 year ago

ToastMan065 commented 1 year ago

Hello, first I would like to start this with I am a complete idiot and have never used CSS so this is likely a user error. I am attempting to make a background music mod for a song I like, but I have noticed that when using the load unpacked part of the extensions site it requests me to remove a "schema_version": 1 due to a Syntax error. "Manifest is not valid JSON. Line: 22, column: 9, Syntax error." But when I remove it then the site tells me it needs the schema_version integer value to work, what do I do?

AstroTheRabbit commented 1 year ago

Can you send the manifest file?

ToastMan065 commented 1 year ago

Sorry for taking so long to reply, here is the manifest file's contents. { "description": "A set of background music using 2 of the versions of Beneath the Mask, composed by Shoji Meguro, lyrics by Rike Schmalz, and vocals by Lyn Inazumi", "developer": { "name": "Beneath the Mask Background Music mod." }, "icons": { "512": "icon_512.png" }, "manifest_version": 3, "mod": { "license": "license.txt", "payload": { "background_music": [ "music/layer1.mp3", "music/layer2.mp3" ] }
"schema_version": 1 }, "name": "btmMusMod", "version": "1.0" }