15
I believe I’ve seen a file called manifest related to some libraries of certain programming languages. If I remember correctly, there is a manifest in Android Studio.
I also remember seeing a file called manifest.json
in the PHP framework called Laravel (this occurs specifically when we generate minifications and unifications or versions of Javascript or CSS files).
The same thing also exists in the Google Chrome, where I believe the extensions installed are related.
As it seems to be a common thing among libraries of various types, I would like to understand what the purpose of these files is manifest.
From what I understand it has purpose to "list" some resource that will be used, but perhaps the sense is a little wider.
So I would like to know: What is the purpose of a file manifest?
The idea of the manifest is to be something that answers the following question to the relevant operating system, virtual machine or execution environment: "What is this thing, what it’s for and how do I run it?"
– Victor Stafusa
This is one of the most interesting terminology questions I’ve seen so far here on the site. I wanted to understand the negative vote.
– Pablo Almeida
@Pabloalmeida has happened constantly. It must be someone angry with me. But it is better to ignore
– Wallace Maxters
@Wallacemaxters Oh, right. It’s just that I had already noticed a tendency of terminology issues not to be well accepted, so I thought it was something against the theme. You’re right, ball forward.
– Pablo Almeida
In fact, if the problem really is with the questions I ask, no one has yet appeared to point out what the problem is, preferred to remain anonymous.
– Wallace Maxters
But you will be welcome. My intention is to add content to the site with my questions. If you can indicate what the question can improve, you are welcome to. I am not perfect! Suggestions are welcome, always!
– Wallace Maxters
Remember that the questions can be edited by anyone. If it is a little pickle with the way of writing, the terms used, the formatting etc., just suggest a change.
– Pablo Almeida
@Victorstafusa I think your comment should be as an answer, of course with a few more details, but the idea of example became very good.
– Jéf Bueno
@jbueno I even thought to put as an answer, but I found it too short and so I just put in comment. Even more knowing that in a short time someone (in case the bigown) would appear to give a more complete answer. However, if I think of anything important that was not addressed in his reply, I put another.
– Victor Stafusa