Difference between revisions of "Web app manifest"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "A '''web app manifest''' is a text document which provides information about an application (such as name, author, icon, and description) in a JSON text file. The purpose of t...")
 
 
Line 13: Line 13:
 
* [https://www.w3.org/TR/appmanifest/ Web App Manifest] @ w3.org
 
* [https://www.w3.org/TR/appmanifest/ Web App Manifest] @ w3.org
 
* [https://medium.com/dev-channel/how-to-add-a-web-app-manifest-and-mobile-proof-your-site-450e6e485638 How to add a web app manifest] @ medium.com
 
* [https://medium.com/dev-channel/how-to-add-a-web-app-manifest-and-mobile-proof-your-site-450e6e485638 How to add a web app manifest] @ medium.com
 +
* [https://thishereweb.com/understanding-the-manifest-for-web-app-3f6cd2b853d6 Understanding the Manifest for Web App] @ medium.com
 
* [https://tomitm.github.io/appmanifest/ Web App Manifest Generator]
 
* [https://tomitm.github.io/appmanifest/ Web App Manifest Generator]
 
* [https://app-manifest.firebaseapp.com/ Web App Manifest Generator]
 
* [https://app-manifest.firebaseapp.com/ Web App Manifest Generator]
  
[[Category:Web development]]
+
[[Category:Web design]]

Latest revision as of 13:21, 17 April 2018

A web app manifest is a text document which provides information about an application (such as name, author, icon, and description) in a JSON text file. The purpose of the manifest is to install web applications to the homescreen of a device, providing users with quicker access and a richer experience.

Web app manifests are part of a collection of web technologies called progressive web apps, which are web applications that can be installed to the homescreen of a device without needing the user to go through an app store, along with other capabilities such as being available offline and receiving push notifications.

See also

External links