Top "Manifest" questions

A manifest is a file containing metadata about an application, data file or assembly.

When and how does a PWA update itself?

As far as I know, once you click "add to homescreen" on a PWA's website, the browser generates an .apk …

android apk manifest service-worker progressive-web-apps
How to embed a manifest file at compile time in Visual Studio 2010

I have a project with a manifest file with the following node: <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> ...meaning …

visual-studio visual-studio-2010 uac manifest
reading an application's manifest file?

Is there an easy way to read an application's already embedded manifest file? I was thinking along the lines of …

c++ windows visual-c++ manifest
Android icon vs logo

The <application> tag for the Android Manifest contains a logo attribute which I have never seen before. What …

android icons manifest graphical-logo
uses-permission vs permission for android permissions in the manifest.xml file

I noticed that there are two types of permissions in the manifest file, "permission" and "uses-permission" like the two shown …

android permissions manifest
How do I add a manifest to an executable using mt.exe?

I'm trying to use mt.exe from the Windows SDK to add a manifest to an executable file that doesn't …

windows manifest winapi mt
How to resolve "The located assembly's manifest definition does not match the assembly reference." error?

I downloaded source code for pdfiumviewer from git hub. I made changes to one of the projects in that solution.…

c# manifest .net-assembly pdfium
C# - do I need manifest files?

I am curious whether I need two manifest files that are created when I publish my application. It works when …

c# manifest
What is a Manifest in Scala and when do you need it?

Since Scala 2.7.2 there is something called Manifest which is a workaround for Java's type erasure. But how does Manifest work …

scala manifest
How to register application class in manifest file?

How to register my application class in my android manifest? I have looked at many tutorials online and still can …

android xml manifest