--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base ### PAGE CONFIG ### # Hero Section hero: headline: "{{ site.brand.name }}" headline_accent: "browser extension" description: "Unlock the full potential of {{ site.brand.name }} right in your browser" # Downloads Section downloads: loading: headline: "Detecting browser" description: "Determining your browser..." button_text: "Please wait" not_available: headline: "Not available yet" description: "The {{ site.brand.name }} extension is not currently available for this browser." browsers: - id: "chrome" name: "Chrome" logo: "chrome" description: "Chrome 88+" - id: "firefox" name: "Firefox" logo: "firefox" description: "Firefox 78+" - id: "edge" name: "Edge" logo: "edge" description: "Edge 88+" - id: "opera" name: "Opera" logo: "opera" description: "Opera 74+" - id: "safari" name: "Safari" logo: "safari" description: "Safari 14+" - id: "brave" name: "Brave" logo: "brave" description: "Brave 1.25+" # Features Section features: superheadline: icon: "star" text: "Benefits" headline: "Why you should" headline_accent: "install" subheadline: "Everything you need, right in your browser" items: - title: "Quick access" description: "Access {{ site.brand.name }} features with just one click" icon: "bolt" - title: "Seamless integration" description: "Works naturally with your browsing workflow" icon: "link" - title: "Real-Time Updates" description: "Get instant notifications and alerts" icon: "bell" - title: "Secure & Private" description: "Your data stays safe with enterprise-grade encryption" icon: "shield-check" # FAQ Section faqs: superheadline: icon: "messages-question" text: "FAQs" headline: "Frequently asked" headline_accent: "questions" subheadline: "Everything you need to know about the {{ site.brand.name }} browser extension." items: - question: "Is the extension free?" answer: "Yes! The {{ site.brand.name }} browser extension is completely free to download and use." - question: "Which browsers are supported?" answer: "The extension is available for Chrome, Firefox, Edge, Opera, and Safari." - question: "How do I pin the extension?" answer: "After installing, click the puzzle piece icon in your browser toolbar, then click the pin icon next to {{ site.brand.name }}." - question: "Is my data secure?" answer: "Absolutely. We use enterprise-grade encryption to protect your data. The extension only accesses what it needs to function." # CTA Section cta: superheadline: icon: "comments" text: "Support" headline: "Need help with" headline_accent: "installation?" subheadline: "Our support team is here 24/7 to help you get set up" primary_button: text: "Contact support" icon: "headset" href: "/contact" ---

{{ page.resolved.hero.headline }} {{ page.resolved.hero.headline_accent }}

{{ page.resolved.hero.description }}

Loading...

{{ page.resolved.downloads.loading.headline }}

{{ page.resolved.downloads.loading.description }}

{% for browser in page.resolved.downloads.browsers %} {% assign has_download = false %} {% assign config_url = site.extension[browser.id] %} {% iftruthy config_url %} {% assign has_download = true %} {% endiftruthy %}
{% uj_logo browser.logo %}

{{ browser.name }}

{{ browser.description }}

{% unless has_download %} {% endunless %} {% if has_download %} {% else %}
{% endif %}
{% endfor %}
{% iftruthy page.resolved.features.superheadline.text %} {% iftruthy page.resolved.features.superheadline.icon %} {% uj_icon page.resolved.features.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.features.superheadline.text }} {% endiftruthy %}

{{ page.resolved.features.headline }} {% iftruthy page.resolved.features.headline_accent %} {{ page.resolved.features.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.features.subheadline %}

{{ page.resolved.features.subheadline }}

{% endiftruthy %}
{% for feature in page.resolved.features.items %}
{% uj_icon feature.icon, "text-light fs-2" %}

{{ feature.title }}

{{ feature.description }}

{% endfor %}
{% iftruthy page.resolved.faqs.superheadline.text %} {% iftruthy page.resolved.faqs.superheadline.icon %} {% uj_icon page.resolved.faqs.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.faqs.superheadline.text }} {% endiftruthy %}

{{ page.resolved.faqs.headline }} {% iftruthy page.resolved.faqs.headline_accent %} {{ page.resolved.faqs.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.faqs.subheadline %}

{{ page.resolved.faqs.subheadline }}

{% endiftruthy %}
{% for faq in page.resolved.faqs.items %}

{{ faq.answer }}
{% endfor %}
{% uj_icon "puzzle-piece", "text-white" %}
{% uj_icon "shield-check", "text-white" %}
{% iftruthy page.resolved.cta.superheadline.text %} {% iftruthy page.resolved.cta.superheadline.icon %} {% uj_icon page.resolved.cta.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.cta.superheadline.text }} {% endiftruthy %}

{{ page.resolved.cta.headline }} {% iftruthy page.resolved.cta.headline_accent %} {{ page.resolved.cta.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.cta.subheadline %}

{{ page.resolved.cta.subheadline }}

{% endiftruthy %}
{{ content | uj_content_format }}