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

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

Issue 2926733002: Get Help/HelpApp M61 release - manifest files (Closed)
Patch Set: Created 3 years, 6 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/chromeos/genius_app/manifest.json ('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 6707e030a275c2419a2ebfced77d2ae07ba76ae4..0a5a98f18764f78ec0accfb4f23ad231165e7cc2 100644
--- a/chrome/browser/resources/help_app/manifest.json
+++ b/chrome/browser/resources/help_app/manifest.json
@@ -6,5 +6,8 @@
"default_locale": "en",
"manifest_version": 2,
"content_security_policy": "default-src 'self' blob: filesystem:; img-src 'self' blob: filesystem: data:;",
- "incognito": "split"
+ "incognito": "split",
+ "permissions": [
+ "storage"
+ ]
}
« no previous file with comments | « chrome/browser/resources/chromeos/genius_app/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698