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