add support for Alpine Linux packages (.apk)
Alpine Linux packages currently get misclassified as Android packages (due to sharing the same extension), so this patch adds a mime type entry to disambiguate them.
I don't know if there is an already accepted mime type for Alpine packages, so I used application/x-alpine-package
.
Edited by BasiqueEvangelist