Sha256: 37764587ba65ace81f929d970a6a4e9fec716c4117b0274940560b30157ce469

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

---
layout: null
permalink: "/site.webmanifest"
---
{%- assign company = authors.default.name | default: site.title | escape -%}
{%- assign theme = site.settings.theme -%}
{
  "name": "{{ company }}",
  "short_name": "{{ company }}",
  "description": "{{ site.description }}",
  "start_url": "{{ site.url }}",
  "icons": [
    {
      "src": "{{"/assets/icons/android-chrome-192x192.png" | absolute_url }}",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
        "src": "{{"/assets/icons/android-chrome-256x256.png" | absolute_url }}",
        "sizes": "256x256",
        "type": "image/png"
    },
    {
      "src": "{{"/assets/icons/android-chrome-512x512.png" | absolute_url }}",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  {%- if theme.color.primary -%}
  "theme_color": "{{ theme.color.primary }}",
  {%- endif -%}
  {%- if theme.color.background -%}
  "background_color": "{{ theme.color.background }}",
  {%- endif -%}
  "display": "standalone"
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-lydde-0.1.3 assets/resources/site/site.webmanifest
jekyll-theme-lydde-0.1.2 assets/resources/site/site.webmanifest
jekyll-theme-lydde-0.1.1 assets/resources/site/site.webmanifest
jekyll-theme-lydde-0.1.0 assets/resources/site/site.webmanifest