Skip to content

Instantly share code, notes, and snippets.

@alejandrocoding
Last active June 12, 2020 17:04
Show Gist options
  • Save alejandrocoding/fea62258953c448c1f9b734b725f5f76 to your computer and use it in GitHub Desktop.
Save alejandrocoding/fea62258953c448c1f9b734b725f5f76 to your computer and use it in GitHub Desktop.
Angular json file with the manifest.json added in the assets array of the build-options configuration
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
...
"projects": {
"chrome-extension-template": {
...
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
...
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.json"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment