- Progressive Web Application Development by Example
- Chris Love
- 104字
- 2021-08-05 10:33:18
The web manifest specification
The Web Manifest describes the progressive web applications with meta data and JSON formatting. Browsers parse the manifest file to create the add to homescreen icon and launch the experiences.
Now, instead of polluting each page's HEAD with extra meta data, the browser can load an external file containing standard properties and values formatted using JSON.
The web manifest specification (https://w3c.github.io/manifest/) provides some guidelines for browsers to establish an add to homescreen experience. How browsers implement the experience is left open ended, making an avenue for creativeness. I will cover this topic in more detail after reviewing the manifest file.
推薦閱讀
- 物聯(lián)網(wǎng)智慧安監(jiān)技術(shù)
- 重新定義Spring Cloud實(shí)戰(zhàn)
- Drush User’s Guide
- Building RESTful Web Services with Spring 5(Second Edition)
- 通信簡(jiǎn)史:從信鴿到6G+
- Building RESTful Web services with Go
- Echo Quick Start Guide
- Learning Storm
- Scala Design Patterns.
- 人人都該都懂的互聯(lián)網(wǎng)思維
- 網(wǎng)絡(luò)空間全球治理觀察
- 5G技術(shù)核心與增強(qiáng):從R15到R17
- 物聯(lián)網(wǎng)的機(jī)遇與利用
- 5G非正交多址接入技術(shù):理論、算法與實(shí)現(xiàn)
- SEO攻略:搜索引擎優(yōu)化策略與實(shí)戰(zhàn)案例詳解