gulp plug-in manages properties in manifest for Chrome Apps or Extensions.
Getting Started
The plug-in generates stream of files according to file list in manifest. Follow up, You can get a new manifest that has newer properties has been removed or modified for production version.
Install
$ npm install --save gulp-chrome-manifest
Usage
var manifest = ;gulp;
Options
buildnumber
Auto-increment version in manifest. Can be:
true
: Increase build numberfalse
orundefined
: Do not increase build numberString
: Update version as passed value. version should be in this format
exclude
Exclude fields from source manifest.json. Using exclude
, If there is fields what you want to prevent to publish.
background
Concatenate scripts in background.scripts
or app.background
of manifest for uglify / minify / sourcemap
- target:
String
, Set new background script path for concatenated - exclude:
Array
, exclude script inbackground.scripts
orapp.background
of manifest
License
MIT © Jimmy Moon