{"id":15711369,"url":"https://github.com/cryptoc1/chromepack","last_synced_at":"2026-05-18T10:06:01.171Z","repository":{"id":57198511,"uuid":"106646319","full_name":"Cryptoc1/chromepack","owner":"Cryptoc1","description":"A tool for packaging Chrome Extensions","archived":false,"fork":false,"pushed_at":"2017-10-16T19:00:34.000Z","size":634,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-12T09:12:08.795Z","etag":null,"topics":["chrome-extension","chrome-extensions"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/chromepack","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cryptoc1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-12T04:55:29.000Z","updated_at":"2017-11-19T00:14:44.000Z","dependencies_parsed_at":"2022-09-16T14:11:34.521Z","dependency_job_id":null,"html_url":"https://github.com/Cryptoc1/chromepack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2Fchromepack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2Fchromepack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2Fchromepack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2Fchromepack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cryptoc1","download_url":"https://codeload.github.com/Cryptoc1/chromepack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246358193,"owners_count":20764365,"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":["chrome-extension","chrome-extensions"],"created_at":"2024-10-03T21:12:44.888Z","updated_at":"2026-05-18T10:05:56.147Z","avatar_url":"https://github.com/Cryptoc1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chromepack\n\nChromepack is a small tool to simplify deployment of Chrome Extensions.\n\n`$ npm install -g chromepack`\n\n`$ chromepack -c chromepack.config.json`\n\n### Usage\n\nSimply run `chromepack` in a directory containing a `chromepack.config.json` file, or use `chromepack -c` to specify a path to your `chromepack.config.json` file.\n\nRun `chromepack -h` to see all options.\n\n### Configuration\n\nThe following are the options for a `chromepack.config.json` file:\n\n| Field | Type | Description |\n|-------|------|-------------|\n| `manifest` | `string` | Specify the path to the manifest.json |\n| `output.name` | `string` | The name of the `.zip` archive that is generated. Supports formatting of `[name]`, `[version]`, `[timestamp]` variables. |\n| `output.path` | `string` | The path to the directory to generate the `.zip` archive in. |\n| `src` | `Array\u003cstring\u003e` | An array of files to be included in the archive, along with files calculated from the `manifest.json`. Supports glob notation. |\n| `tasks.pre` | `Array\u003cstring\u003e` | A array of commands to run BEFORE packing |\n| `tasks.post` | `Array\u003cstring\u003e` | A array of commands to run AFTER packing |\n\nExample:\n\n```json\n{\n  \"manifest\": \"./manifest.json\",\n  \"output\": {\n    \"name\": \"[name].[version]\"\n  },\n  \"src\": [ \"!dist/*.map\" ],\n  \"tasks\": {\n    \"pre\": [ \"npm run build\" ]\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptoc1%2Fchromepack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptoc1%2Fchromepack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptoc1%2Fchromepack/lists"}