public static boolean isWebBundle(BundleManifest manifest) {
   return manifest.getHeader("Web-ContextPath") != null;
 }