| 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",
|
|
|