Sha256: 30c4292902a0a75b3f49647fd3af2fa5c3c99c8da7250d1b167a605ad9fc302c

Contents?: true

Size: 1.18 KB

Versions: 9

Compression:

Stored size: 1.18 KB

Contents

---
---
{%- assign ach = site.ach -%}
{
  "background_color": "{{ ach.color.bg }}",
  "theme_color": "{{ ach.color.theme }}",
  "name": "{{ site.title }}",
  "short_name": "{{ ach.short_name }}",
  "categories": [ "{{ ach.categories | join: '","' }}" ],
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "description": "{{ site.description | strip_newlines }}",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "auto",
  {%- if ach.shortcuts %}
  "shortcuts": [
    {%- for sc in ach.shortcuts %}
    {
      "name": "{{ sc.name }}",
      "url": "{{ sc.url }}",
      "description": "{{ sc.desc }}"
    }{%- if forloop.index != forloop.length %},{%- endif %}
    {%- endfor %}
  ],
  {%- endif %}
  "icons": [
    {%- for px in ach.logo.sizes %}
    {
      "src": "logo-{{px}}.png",
      "sizes": "{{px}}x{{px}}",
      "type": "image/png",
      "purpose": "maskable"
    },
    {%- endfor %}
    {
      "src": "logo-300.png",
      "type": "image/png",
      "sizes": "300x300"
    },
    {
      "src": "logo-icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "display_override": [
    "standalone",
    "fullscreen"
  ]
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
askclass-home-theme-0.1.4 assets/site.webmanifest
askclass-home-theme-0.1.3 assets/site.webmanifest
askclass-home-theme-0.1.2 assets/site.webmanifest
askclass-home-theme-0.1.1 assets/site.webmanifest
askclass-home-theme-0.1.0 assets/site.webmanifest
askclass-home-theme-0.0.4 assets/site.webmanifest
askclass-home-theme-0.0.3 assets/site.webmanifest
askclass-home-theme-0.0.2 assets/site.webmanifest
askclass-home-theme-0.0.1 assets/site.webmanifest