Last active
October 14, 2025 11:08
-
-
Save ukarulis/6a8db0d3599103ba32cea87aacb8d08c to your computer and use it in GitHub Desktop.
Config for alkoholatests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "test_name": "Alkohola tests", | |
| "active": true, | |
| "impact_mode": "circles", | |
| "gene_desc_mode": "cards3", | |
| "include_gene_descriptions": true, | |
| "include_suggestions": true, | |
| "gene_desc_page_images": [ | |
| "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/desc_1-2025-10-06T07-38-33.jpg" | |
| ], | |
| "theme": { | |
| "green_hex": "#000000", | |
| "yellow_hex": "#FFF2CC", | |
| "accent_hex": "#FFF2CC" | |
| }, | |
| "images": { | |
| "title_page": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/title-2025-10-06T07-38-33.jpg", | |
| "title": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/title-2025-10-06T07-38-33.jpg", | |
| "about_page": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/about-2025-10-06T07-38-33.jpg", | |
| "about": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/about-2025-10-06T07-38-33.jpg", | |
| "summary_page": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/summary-2025-10-06T07-38-33.jpg", | |
| "summary": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/summary-2025-10-06T07-38-33.jpg", | |
| "results_default": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/results_default-2025-10-06T07-38-33.jpg", | |
| "results_default_image": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/results_default-2025-10-06T07-38-33.jpg" | |
| }, | |
| "genes": [ | |
| { | |
| "gene": "ADH1B", | |
| "rs": "rs1229984", | |
| "label": "ADH1B", | |
| "range": [ | |
| "G", | |
| "A" | |
| ], | |
| "image_url": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/gene_1-2025-10-06T07-38-33.jpg" | |
| }, | |
| { | |
| "gene": "ADH1C", | |
| "rs": "rs698", | |
| "label": "ADH1C", | |
| "range": [ | |
| "C", | |
| "T" | |
| ], | |
| "image_url": "https://raw.githubusercontent.com/ukarulis/genera-assets/main/tests/alkoholatests/gene_2-2025-10-08T10-54-58.jpg" | |
| }, | |
| { | |
| "gene": "ALDH2", | |
| "rs": "rs671", | |
| "label": "ALDH2", | |
| "range": [ | |
| "G", | |
| "A" | |
| ], | |
| "image_url": "https://raw.githubusercontent.com/generaapp/genera-assets/main/tests/alkoholatests/gene_3-2025-10-06T07-38-33.jpg" | |
| } | |
| ], | |
| "justify_fields": [ | |
| "disclaimer", | |
| "summary_text", | |
| "result_suggestion_body", | |
| "about_report_text", | |
| "about_green_text", | |
| "result_interpretation_body", | |
| "*_gene_*", | |
| "results_gene_description_*", | |
| "result_what_body" | |
| ], | |
| "typography": { | |
| "title": { | |
| "family": "Noto Sans", | |
| "style": "BoldItalic" | |
| }, | |
| "heading": { | |
| "family": "Roboto", | |
| "style": "Bold" | |
| }, | |
| "body": { | |
| "family": "Montserrat", | |
| "style": "Regular" | |
| }, | |
| "fallback_chain": [ | |
| "Noto Sans", | |
| "DejaVu Sans" | |
| ], | |
| "per_field": { | |
| "results_info_*": { | |
| "family": "Montserrat", | |
| "style": "Regular" | |
| }, | |
| "*_gene_*": { | |
| "family": "Noto Sans", | |
| "style": "Regular" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment