{"id":20073573,"url":"https://github.com/ragingwind/gulp-chrome-manifest","last_synced_at":"2025-06-14T15:04:15.280Z","repository":{"id":28094849,"uuid":"31592881","full_name":"ragingwind/gulp-chrome-manifest","owner":"ragingwind","description":"gulp plugin for Chrome Manifest","archived":false,"fork":false,"pushed_at":"2017-10-30T19:05:52.000Z","size":29,"stargazers_count":13,"open_issues_count":4,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T23:47:17.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ragingwind.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-03T10:30:49.000Z","updated_at":"2024-06-25T01:39:37.000Z","dependencies_parsed_at":"2022-08-25T02:40:15.324Z","dependency_job_id":null,"html_url":"https://github.com/ragingwind/gulp-chrome-manifest","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/ragingwind/gulp-chrome-manifest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fgulp-chrome-manifest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fgulp-chrome-manifest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fgulp-chrome-manifest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fgulp-chrome-manifest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ragingwind","download_url":"https://codeload.github.com/ragingwind/gulp-chrome-manifest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fgulp-chrome-manifest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259835382,"owners_count":22918975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T14:46:49.082Z","updated_at":"2025-06-14T15:04:15.257Z","avatar_url":"https://github.com/ragingwind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image]\n\n\u003e gulp plug-in manages properties in manifest for Chrome Apps or Extensions.\n\n## Getting Started\n\nThe 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. \n\n## Install\n\n```sh\n$ npm install --save gulp-chrome-manifest\n```\n\n## Usage\n\n```js\nvar manifest = require('gulp-chrome-manifest');\ngulp.task('default', function() {\n\treturn gulp.src('fixtures/manifest.json')\n\t\t.pipe(manifest({\n\t\t\tbuildnumber: true,\n\t\t\texclude: [\n\t\t\t  'key'\n\t\t\t],\n\t\t\tbackground: {\n\t\t\t\ttarget: 'scripts/background.js',\n\t\t\t\texclude: [\n\t\t\t\t\t'scripts/not-exist-test-script1.js',\n\t\t\t\t\t'scripts/willbe-remove-only-for-debug.js',\n\t\t\t\t\t'components/jquery/jquery.min.js',\n\t\t\t\t]\n\t\t\t}\n\t\t}))\n\t\t.pipe(gulpif('*.css', cssmin()))\n\t\t.pipe(gulpif('*.js', sourcemaps.init()))\n\t\t.pipe(gulpif('*.js', uglify()))\n\t\t.pipe(gulpif('*.js', sourcemaps.write()))\n\t\t.pipe(gulp.dest('.tmp'));\n});\n```\n\n## Options\n\n### buildnumber\n\nAuto-increment version in manifest. Can be:\n\n- `true`: Increase build number\n- `false` or `undefined`: Do not increase build number\n- `String`: Update version as passed value. version should be in [this format](http://developer.chrome.com/apps/manifest/version)\n\n### exclude \n\nExclude fields from source manifest.json. Using `exclude`, If there is fields what you want to prevent to publish.\n\n### background\n\nConcatenate scripts in `background.scripts` or `app.background` of manifest for uglify / minify / sourcemap\n\n- target: `String`, Set new background script path for concatenated\n- exclude: `Array`, exclude script in `background.scripts` or `app.background` of manifest\n\n## License\n\nMIT © [Jimmy Moon](http://ragingwind.me)\n\n[npm-url]: https://npmjs.org/package/gulp-chrome-manifest\n[npm-image]: https://badge.fury.io/js/gulp-chrome-manifest.svg\n[travis-url]: https://travis-ci.org/ragingwind/gulp-chrome-manifest\n[travis-image]: https://travis-ci.org/ragingwind/gulp-chrome-manifest.svg?branch=master\n[daviddm-url]: https://david-dm.org/ragingwind/gulp-chrome-manifest.svg?theme=shields.io\n[daviddm-image]: https://david-dm.org/ragingwind/gulp-chrome-manifest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Fgulp-chrome-manifest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragingwind%2Fgulp-chrome-manifest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Fgulp-chrome-manifest/lists"}