| Index: chrome/browser/resources/google_now/manifest.json
|
| diff --git a/chrome/browser/resources/google_now/manifest.json b/chrome/browser/resources/google_now/manifest.json
|
| index 0e925142fb2f43cacb6529e232b9b50d62cef47f..21e465eed356d51b55d952095858c083c3bcadee 100644
|
| --- a/chrome/browser/resources/google_now/manifest.json
|
| +++ b/chrome/browser/resources/google_now/manifest.json
|
| @@ -14,7 +14,8 @@
|
| "tabs",
|
| // TODO(vadimt): Replace <all_urls> with real URL patterns once we know
|
| // them.
|
| - "<all_urls>"
|
| + "<all_urls>",
|
| + "identity"
|
| ],
|
| "manifest_version": 2,
|
| "background": {
|
| @@ -22,5 +23,9 @@
|
| "persistent": false
|
| },
|
| // TODO(vadimt): Remove using chrome.omnibox.
|
| - "omnibox": { "keyword" : "gn_url" }
|
| + "omnibox": { "keyword" : "gn_url" },
|
| + "oauth2": {
|
| + "auto_approve": true,
|
| + "scopes": ["https://www.googleapis.com/auth/googlenow"]
|
| + }
|
| }
|
|
|