summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/testdata/startup_manifest.json
blob: ba1faace1cb5d9d358faa54758a555f5b06aec47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  // Required.
  "version": "1.0",
  "product_sku" : "SKU",

  // Optional.
  "initial_locale" : "en_US",
  "background_color" : "#880088",
  "registration_url" : "http://www.google.com",
  "setup_content" : [
    {
      "content_locale" : "en_US",
      "help_page" : "setup_content/en_US/help.html",
      "eula_page" : "setup_content/en_US/eula.html",
    },
    {
      "content_locale" : "ru",
      "help_page" : "setup_content/ru/help.html",
      "eula_page" : "setup_content/ru/eula.html",
    },
  ]
}