Web app manifest.json generator.
- Source:
(require("hexo/generator/manifest"))(hexo)
Web app manifest.json generator.
Manifest configurations should be placed in the `head.manifest` property of the theme configurations.
Manifest configurations should be placed in the `head.manifest` property of the theme configurations.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
hexo |
Hexo
|
The Hexo instance. |
Example
head:
manifest:
name:
short_name:
start_url:
theme_color:
background_color:
display: standalone
icons:
- src: /path/to/image.png
sizes: 128x128
type: image/png