New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/manifest

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/manifest

Adds [Web App Manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest) with no pain.

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.8K
increased by1.44%
Maintainers
3
Weekly downloads
 
Created
Source

Manifest

Adds Web App Manifest with no pain.

  • Creates static/manifest.json
  • Adds <link rel=manifest> to pages if not exits.
  • Adds <link rel=favicon> to pages if not exits.
  • Adds <meta name=description> to pages if not exits.
  • Adds <meta name=theme-color> to pages if not exits.
  • Adds title to pages if not exits.

Setup

  • Add @nuxtjs/manifest dependency using yarn or npm to your project
  • Add @nuxtjs/manifest module to nuxt.config.js:
  modules: [
   '@nuxtjs/manifest'
  ]
  • Add static/icon.png for your app icon.
  • Add additional options to nuxt.manifest to override defaults:
  manifest: {
      name: 'My Awesome App',
      dir: 'rtl'
  }
  • Add static/manifest.*.json to .gitignore file.

FAQs

Package last updated on 02 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc