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

Unified Diff: chrome/browser/resources/chromeos/genius_app/manifest.json

Issue 474953002: GetHelp cut at M38: manifest.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move HelpApp manifest.json to another patch 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/genius_app/manifest.json
diff --git a/chrome/browser/resources/chromeos/genius_app/manifest.json b/chrome/browser/resources/chromeos/genius_app/manifest.json
index 11d13b5100695b0f6c877c72228c58680407c7a2..219b6484f0193282ddd4a55d4b9e40425de0c44c 100644
--- a/chrome/browser/resources/chromeos/genius_app/manifest.json
+++ b/chrome/browser/resources/chromeos/genius_app/manifest.json
@@ -25,7 +25,9 @@
"permissions": [
"alarms",
"identity",
+ "identity.email",
"chromeosInfoPrivate",
+ "fileSystem",
"firstRunPrivate",
"management",
"metricsPrivate",
@@ -45,7 +47,6 @@
"oauth2": {
"client_id": "929143421683.apps.googleusercontent.com",
"scopes": [
- "https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/supportcontent",
"https://www.google.com/accounts/OAuthLogin"
]
@@ -58,6 +59,13 @@
],
"title": "Open Help Article"
},
+ "hts": {
+ "matches": [
+ "https://support.google.com/chromeos-gethelp/rts",
+ "https://support.google.com/chromeos-gethelp/helpouts"
+ ],
+ "title": "Open HTS"
+ },
"home": {
"matches": [
"https://support.google.com/chromeos-gethelp",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698