summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/chromeos/genius_app/manifest.json
blob: 5341281c4bb5029e1bf685ea338f4f1e68bf3e5c (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
{
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNAtiHknM7LHSwE9YKiFFvYvsp0TkfIriWfrjz53odJD0jEbOtyNhVXqdBOdtcenbSraxt7oJ9GlIfUkvBMP5iOpcrJkYfuNJv8ANHTKC79TjGXRg76TjiqpNI+R2NiVav1pXlzYZpu0ToaiaOcr3IgoGsvIUPcC6pd1U5AjdrCQIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "version": "0.2",
  "minimum_chrome_version": "28",
  "default_locale": "en",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "96": "icon/96.png",
    "128": "icon/128.png",
    "256": "icon/256.png"
  },
  "app": {
    "background": {
      "persistent": false,
      "page": "background.html"
    }
  },
  "permissions": [
    "identity",
    "chromeosInfoPrivate",
    "management",
    "webview",
    "storage",
    "unlimitedStorage",
    "https://*.ytimg.com/*",
    "https://www.google.com/*",
    "https://commondatastorage.googleapis.com/*",
    "https://storage.googleapis.com/*",
    "https://www-googleapis-test.sandbox.google.com/*",
    "https://www.googleapis.com/*",
    "https://www.google-analytics.com/"
  ],
  "oauth2": {
    "client_id": "929143421683.apps.googleusercontent.com",
    "scopes": [
        "https://www.googleapis.com/auth/supportcontent"
    ]
  },
  "display_in_new_tab_page": false,
  "url_handlers": {
    "view_answer": {
      "matches": [
        "https://support.google.com/chromeos-gethelp/answer/*"
      ],
      "title": "Open Help Article"
    },
    "home": {
      "matches": [
        "https://support.google.com/chromeos-gethelp",
        "https://support.google.com/chromeos-gethelp/"
      ],
      "title": "Open Help"
    }
  }
}