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

  // Optional.
  "initial_locale" : "ru",
  "initial_timezone" : "Asia/Tokyo",
  "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",
    },
  ]
}