summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/docs_app/manifest.json
blob: d4b56fc4e54b599194f2aae0d5cee2ff8cb5694b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "key": "XX1fMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCfjDZDDE/CHFEYjpPSDjdI3zphzGo7fSxO3+/pQs++FwvA+OpKKhmBga2Sa+f53ujDlPR8Q6mCvy1lXM4M4zD4Hg3lH2LC1wT/YXxJ28afRYW1yEo6/pbpHazij3+FneGMT2xcTyGvgoacJHXOTUqWyCN7qMOCiFDwQ6Uk1zJOPQIDAQAB",
  "name": "Google Docs",
  "version": "1",
  "icons": {
    "128": "128.png",
    "24": "24.png",
    "32": "32.png",
    "48": "48.png"
  },
  "app": {
    "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/"
    }
  }
}