Skip to content

Commit d5c8106

Browse files
committed
manifest.json should be copied via npm for now
- angular cli's lack of ability to do this at the moment is fixed in future builds: angular/angular-cli#2570
1 parent 2912e7b commit d5c8106

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "ng test",
1010
"pree2e": "webdriver-manager update",
1111
"e2e": "protractor",
12-
"compress": "cp manifest.json dist/ && cd dist && zip -r -X $npm_package_name-$npm_package_version.zip ."
12+
"compress": "cp src/manifest.json dist/ && cd dist && zip -r -X $npm_package_name-$npm_package_version.zip ."
1313
},
1414
"private": true,
1515
"dependencies": {

manifest.json renamed to src/manifest.json

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"browser_action": {
99
"default_popup": "index.html"
1010
},
11-
"background": {
12-
"page": "background.html",
13-
"persistent": false
14-
},
1511
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
1612
"icons": {
1713
"128": "assets/icon_128.png",

0 commit comments

Comments
 (0)