Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 586 Bytes

manifest.md

File metadata and controls

21 lines (16 loc) · 586 Bytes
sidebar
auto

Manifest Module

npm npm (scoped with tag)

Manifest adds Web App Manifest with no pain.

You can pass options to pwa.manifest in nuxt.config.js to override defaults.

pwa: {
  manifest: {
    name: 'My Awesome App',
    lang: 'fa'
  }
}