{"id":13782501,"url":"https://github.com/kevincharm/parcel-plugin-web-extension","last_synced_at":"2025-04-09T17:26:34.282Z","repository":{"id":47032104,"uuid":"136778216","full_name":"kevincharm/parcel-plugin-web-extension","owner":"kevincharm","description":"📦🚀 Parcel plugin for WebExtension projects","archived":false,"fork":false,"pushed_at":"2023-01-04T01:22:26.000Z","size":794,"stargazers_count":112,"open_issues_count":31,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-02T01:41:28.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevincharm.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":"2018-06-10T04:08:33.000Z","updated_at":"2023-09-06T22:03:21.000Z","dependencies_parsed_at":"2023-02-01T17:31:45.244Z","dependency_job_id":null,"html_url":"https://github.com/kevincharm/parcel-plugin-web-extension","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincharm%2Fparcel-plugin-web-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincharm%2Fparcel-plugin-web-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincharm%2Fparcel-plugin-web-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincharm%2Fparcel-plugin-web-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevincharm","download_url":"https://codeload.github.com/kevincharm/parcel-plugin-web-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248076267,"owners_count":21043740,"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-08-03T18:01:38.087Z","updated_at":"2025-04-09T17:26:34.251Z","avatar_url":"https://github.com/kevincharm.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Other"],"readme":"[![Build Status](https://travis-ci.org/kevincharm/parcel-plugin-web-extension.svg?branch=master)](https://travis-ci.org/kevincharm/parcel-plugin-web-extension)\n\n# parcel-plugin-web-extension\n\nThis [parcel](https://github.com/parcel-bundler/parcel) plugin enables you to use a WebExtension `manifest.json` as an entry point. For more information about `manifest.json`, please refer to the [MDN docs](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json).\n\n## Installation\n\nInstall via npm:\n```sh\nnpm install --save-dev parcel-plugin-web-extension\n```\nor via yarn:\n```sh\nyarn add -D parcel-plugin-web-extension\n```\n\n## Usage\n\n### Quick Start\n\nAfter installing this plugin, use `manifest.json` as your entry point, like so:\n```sh\nparcel src/manifest.json\n```\nYour assets will now be resolved from the contents of your manifest file.\n\nAssets resolved by this plugin:\n- `background.scripts`\n- `background.page`\n- `content_scripts`\n- `browser_action.default_popup`\n- `browser_action.default_icon`\n- `page_action.default_popup`\n- `page_action.default_icon`\n- `icons`\n- `web_accessible_resources`\n- `chrome_url_overrides.bookmarks`\n- `chrome_url_overrides.newtab`\n- `chrome_url_overrides.history`\n\n### Environments\n\nThis plugin will try to resolve and merge environment-specific manifest files in the format `manifest.${NODE_ENV}.json`. For example, in development, you can run:\n```sh\nNODE_ENV=development parcel src/manifest.json\n```\nand the plugin will also look for `manifest.development.json` and merge those keys into the base manifest.\n\n## Licence\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevincharm%2Fparcel-plugin-web-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevincharm%2Fparcel-plugin-web-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevincharm%2Fparcel-plugin-web-extension/lists"}