Configuration file is corruptNot An Issue

Not really sure what the issue is with this, but I've installed the Blueprint manager and it works perfectly fine until I edit the default blueprints in the config file. I followed the Json file structure so not sure what i've done wrong here. I can't see any obvious mistakes but maybe someone can or know any reason why this is "corrupted"?

Pasted below:

{
"Blacklist": [
"explosive.timed",
"rocket.launcher",
"ammo.rocket.basic",
"ammo.rocket.fire",
"ammo.rocket.hv",
"ammo.rifle.explosive"
],
"Default blueprints": [
"pistol.revolver",
"pistol.semiauto",
"pickaxe",
"hatchet"
"explosive.satchel",
"grenade.beancan",
"water.catcher.small",
"guntrap",
"shotgun.double",
"wall.frame.garagedoor",
"wall.window.glass.reinforced",
"shutter.metal.embrasure.a",
"shutter.metal.embrasure.b",
"wall.window.bars.metal"
"arrow.hv"
"arrow.fire
"ammo.pistol"
"floor.grill"
"wall.external.high"
"wall.frame.fence"
"wall.frame.fence.gate"
"ladder.wooden.wall"
"gates.external.high.wood"
"wall.frame.fence"
"wall.frame.fence.gate"
"wall.frame.shopfront.metal"
"watchtower.wood"
"bucket.helmet"
"hat.miner"
"riot.helmet"
"jacket.snow"
"jacket"
"pants"
"shirt.collared"
"shirt.tanktop"
"tshirt.long"
"tshirt"
"barricade.sandbags"
"barricade.woodwire"
"barricade.metal"
"trap.bear"
"bed"
"ceilinglight"
"chair"
"dropbox"
"fridge"
"electric.audioalarm"
"electric.battery.rechargable.small"
"electric.laserdetector"
"electric.pressurepad"
"electric.doorcontroller"
"electric.blocker"
"electrical.branch"
"electrical.combiner"
"electrical.memorycell"
"electric.orswitch"
"electric.solarpanel.large"
"electric.flasherlight"
"electric.sirenlight"
"electric.switch"
"electric.teslacoil"
"electric.timer"
"box.repair.bench"
"research.table"
"workbench2"
"flameturret"
"gunpowder"
"weapon.mod.flashlight"
"weapon.mod.simplesight"
"shotgun.double"
"horse.shoes.advanced"
]
}
You are missing commas after most items in the list; and sometimes a closing quotation mark.
5e13a8d5b2bc5.jpg Wulf
You are missing commas after most items in the list; and sometimes a closing quotation mark.

That was really simple, my mistake, thankyou!!

Locked automatically