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