diff options
Diffstat (limited to 'chrome/browser/resources/docs_app/manifest.json')
-rw-r--r-- | chrome/browser/resources/docs_app/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/docs_app/manifest.json b/chrome/browser/resources/docs_app/manifest.json index f4893b5..edb3cc71 100644 --- a/chrome/browser/resources/docs_app/manifest.json +++ b/chrome/browser/resources/docs_app/manifest.json @@ -13,7 +13,7 @@ "origin": "https://docs.google.com/"
},
"launch": {
- "type": "tab",
+ "container": "window",
"web_url": "https://docs.google.com/"
}
}
|