This repository was archived by the owner on Dec 12, 2021. It is now read-only.
generated from shgysk8zer0/jekyll-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json.config
More file actions
32 lines (32 loc) · 1.27 KB
/
manifest.json.config
File metadata and controls
32 lines (32 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: null
permalink: manifest.json
---
{
"version": "{{ site.data.app.version | default: site.version }}",
"name": "{{ site.data.app.name | default: site.title }}",
"short_name": "{{ site.data.app.shortName | default: site.title}}",
"description": "{{ site.data.app.description | default: site.description }}",
"start_url": "{{ page.url | replace: 'manifest.json' }}",
"lang": "{{ site.data.app.lang | default: site.lang }}",
"dir": "{{ site.app.data.dir | default: 'ltr' }}",
"orientation": "{{ site.app.data.orientation | default: 'any' }}",
"display": "{{ site.data.app.display | default: 'standalone' }}",
"theme_color": "{{ site.data.app.theme.color | default: '#007bff' }}",
"background_color": "{{ site.data.app.theme.background | default: '#FEFEFE' }}",
"icons": {{ site.data.app.icons | where_exp: "icon", "icon.purpose" | jsonify }},
"screenshots": {{ site.data.app.screenshots | jsonify }},
"features": {{ site.data.app.features | jsonify }},
"categories": {{ site.data.app.categories | jsonify }},
"shortcuts": {{ site.data.app.shortcuts | jsonify }},
"share_target": {
"name": "Contact Page",
"action": "/contact/",
"enctype": "application/x-www-form-urlencoded",
"method": "GET",
"params": {
"title": "subject",
"text": "body"
}
}
}