jar = 0,
odt = 0,
odp = 0,
- ods = 0
+ ods = 0,
+ apk = 0,
} -- ext + confidence pairs
-- General msoffice patterns
res.pptx = res.pptx + 30
elseif file == 'META-INF/MANIFEST.MF' then
res.jar = res.jar + 40
+ elseif file == 'AndroidManifest.xml' then
+ res.apk = res.apk + 60
end
end
ct = 'application/x-java-applet',
type = 'executable',
},
+ jar = {
+ ct = 'application/java-archive',
+ type = 'archive',
+ },
+ apk = {
+ ct = 'application/vnd.android.package-archive',
+ type = 'archive',
+ },
-- text
rtf = {
ct = "application/rtf",