You need to specify them as follows:
"extraFiles": [
"from":"source path",
"to":"your destination"
]
if you want to put those files by creating directory then use extraResources
"extraResources": [
"from":"source path",
"to":"some directory name"
]
for more info refer
here