Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Manifest Plugin

This plugin generates a Chrome Manifest file.

Install

This repository is not currently published to npm, so add to your project using KeiserCorp/webpack-plugin-webmanifest.

Usage

var ChromeManifestPlugin = require('chrome-manifest-plugin')

module.exports = {
  entry: {...},
  output: {...},
  module: {...},
  plugins: [
    new ChromeManifestPlugin({
      filename: "manifest",
      filetype: "json",
      variableName: "manifest"
    })
  ]
};

License

Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages