OLD | NEW |
| (Empty) |
1 { | |
2 // Required. | |
3 "version": "1.0", | |
4 "product_sku" : "SKU", | |
5 | |
6 // Optional. | |
7 "initial_locale" : "ru", | |
8 "initial_timezone" : "Asia/Tokyo", | |
9 "background_color" : "#880088", | |
10 "registration_url" : "http://www.google.com", | |
11 "setup_content" : [ | |
12 { | |
13 "content_locale" : "en_US", | |
14 "help_page" : "setup_content/en_US/help.html", | |
15 "eula_page" : "setup_content/en_US/eula.html", | |
16 }, | |
17 { | |
18 "content_locale" : "ru", | |
19 "help_page" : "setup_content/ru/help.html", | |
20 "eula_page" : "setup_content/ru/eula.html", | |
21 }, | |
22 ] | |
23 } | |
OLD | NEW |