summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/docs_app
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 10:01:05 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 10:01:05 +0000
commit9f72aa09129fbd19a5ae253371019752a0624997 (patch)
tree6c54d2280ebdf31fe31f46fd3d882977324e4f3d /chrome/browser/resources/docs_app
parent0a73a37731cf87370cb7c4f8dcb4801277c1d858 (diff)
downloadchromium_src-9f72aa09129fbd19a5ae253371019752a0624997.zip
chromium_src-9f72aa09129fbd19a5ae253371019752a0624997.tar.gz
chromium_src-9f72aa09129fbd19a5ae253371019752a0624997.tar.bz2
Reland r50834
TBR=tony@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/docs_app')
-rw-r--r--chrome/browser/resources/docs_app/manifest.json51
1 files changed, 48 insertions, 3 deletions
diff --git a/chrome/browser/resources/docs_app/manifest.json b/chrome/browser/resources/docs_app/manifest.json
index fb38a49..d4b56fc4 100644
--- a/chrome/browser/resources/docs_app/manifest.json
+++ b/chrome/browser/resources/docs_app/manifest.json
@@ -9,9 +9,54 @@
"48": "48.png"
},
"app": {
- "web_content": {
- "origin": "https://docs.google.com/"
- },
+ "urls": [
+ "http://www.google.com/docs/",
+ "https://www.google.com/docs/",
+ "http://docs.google.com/",
+ "https://docs.google.com/",
+ "http://docs0.google.com/",
+ "https://docs0.google.com/",
+ "http://docs1.google.com/",
+ "https://docs1.google.com/",
+ "http://docs2.google.com/",
+ "https://docs2.google.com/",
+ "http://docs3.google.com/",
+ "https://docs3.google.com/",
+ "http://docs4.google.com/",
+ "https://docs4.google.com/",
+ "http://docs5.google.com/",
+ "https://docs5.google.com/",
+ "http://docs6.google.com/",
+ "https://docs6.google.com/",
+ "http://docs7.google.com/",
+ "https://docs7.google.com/",
+ "http://docs8.google.com/",
+ "https://docs8.google.com/",
+ "http://docs9.google.com/",
+ "https://docs9.google.com/",
+ "http://spreadsheets.google.com/",
+ "https://spreadsheets.google.com/",
+ "http://spreadsheets0.google.com/",
+ "https://spreadsheets0.google.com/",
+ "http://spreadsheets1.google.com/",
+ "https://spreadsheets1.google.com/",
+ "http://spreadsheets2.google.com/",
+ "https://spreadsheets2.google.com/",
+ "http://spreadsheets3.google.com/",
+ "https://spreadsheets3.google.com/",
+ "http://spreadsheets4.google.com/",
+ "https://spreadsheets4.google.com/",
+ "http://spreadsheets5.google.com/",
+ "https://spreadsheets5.google.com/",
+ "http://spreadsheets6.google.com/",
+ "https://spreadsheets6.google.com/",
+ "http://spreadsheets7.google.com/",
+ "https://spreadsheets7.google.com/",
+ "http://spreadsheets8.google.com/",
+ "https://spreadsheets8.google.com/",
+ "http://spreadsheets9.google.com/",
+ "https://spreadsheets9.google.com/"
+ ],
"launch": {
"web_url": "https://docs.google.com/"
}