Difference between revisions of "Web app manifest"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (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...") |
Karl Jones (Talk | contribs) |
||
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 | + | [[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
- The Web App Manifest @ developers.google.com
- Web App Manifest] @ developer.mozilla.org
- Web App Manifest @ w3.org
- How to add a web app manifest @ medium.com
- Understanding the Manifest for Web App @ medium.com
- Web App Manifest Generator
- Web App Manifest Generator