[
"name" => "Random File text",
"file-name" => "random-file.txt", //the file name the user will see
"file-path" => "random-file.txt", //hidden file, keep the name difficult to guess! Won't be shown to the user. (Recommended to have a subdirectory)
"price" => 0.01, // price in USD (must match what the user is paying in the main HTML file),
"description" => "This is my description"
],
"image-1" => [
"name" => "Random Image",
"file-name" => "my-donald-image.jpg",
"file-path" => "donald.jpg",
"price" => 0.025
]
];
?>