Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: chrome/browser/resources/help_app/manifest.json

Issue 474223002: HelpApp cut at M38: manifest.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: https Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/help_app/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help_app/manifest.json
diff --git a/chrome/browser/resources/help_app/manifest.json b/chrome/browser/resources/help_app/manifest.json
index 89d4bbf2ffe7d6e0999a018e01fc00d2c5f4752e..c904ff69e139ae83e55d7dc7f8e65eeb1647aab7 100644
--- a/chrome/browser/resources/help_app/manifest.json
+++ b/chrome/browser/resources/help_app/manifest.json
@@ -6,5 +6,16 @@
"default_locale": "en",
"manifest_version": 2,
"content_security_policy": "default-src 'self'; img-src 'self' data:;",
+ "background": {
+ "scripts": [
+ "js/background-bundle.js"
Dmitry Polukhin 2014/08/18 10:49:54 Please check that background page doesn't remain r
+ ]
+ },
+ "permissions": [
+ "storage",
+ "webRequest",
+ "webRequestBlocking",
+ "https://support.google.com/chromebook/*"
+ ],
"incognito": "split"
}
« no previous file with comments | « chrome/browser/resources/help_app/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698