Added
* Options to skip specific sanity checks
* `--skip-check-ordered-version-codes`: Skip check that asserts version codes are different, x86 code > arm code
* `--skip-check-multiple-locales`: Skip check that asserts that apks all have multiple locales
* `--skip-check-same-locales`: Skip check that asserts that all apks have the same locales
* `--skip-checks-fennec`: Skip checks that are Fennec-specific (ini-checking, checking version-to-package-name compliance)
* `--skip-check-package-names`: Skip assertion that apks match a specified package name
* Note: if this isn't provided, then you must provide at least one `--expected-package-name`