I have a json
file with some data that I want to ship with my application.
I want to include it on the folder /app/share/<app-name>/data/<file>.json
.
I have researched, looked on the flatpak manifest documentation and the manifest of other applications, but I saw no mention to this option.
So, how would be the proper way of adding this file on the manifest?