TS library to parse the manifest of an APK file from either client side or node.
npm install apk-manifest-parsernpm i apk-manifest-parser where you wish to install the package
import ManifestParser from 'apk-manifest-parser';
extractApkManifest function passing in the apk file - this returns a promise so will need to follow up with a .then() which returns an object ManifestPackageDetails or the error handler object ApkParseError.
['packageName', 'customValue']), these results will be returned in the altOptions array.