PWA -manifest help - php => json

Solved… use… [ ] instead of { }

 "icons" => [     
        [
            "src" => "{$manifestimage_512}",
            "sizes" => "512x512",
            "type" => "image/png"
        ],
		[
            "src" => "{$manifestimage_384}",
            "sizes" => "384x384",
            "type" => "image/png"
        ]	
    ],