mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
moved javascript to global file, added js minifier and html formatter
This commit is contained in:
21
templates/manifest.webmanifest.j2
Normal file
21
templates/manifest.webmanifest.j2
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "{{ name }}",
|
||||
"short_name": "{{ short_name }}",
|
||||
"description": "{{ name }} - A static web gallery - made with StaticGalleryBuilder (https://github.com/greflm13/StaticGalleryBuilder)",
|
||||
"icons": [
|
||||
{% for icon in icons -%}
|
||||
{
|
||||
"src": "{{ icon.src }}",
|
||||
"sizes": "{{ icon.sizes }}",
|
||||
"type": "{{ icon.type }}",
|
||||
"purpose": "{{ icon.purpose }}"
|
||||
}{% if not loop.last %},{% endif %}
|
||||
{%- endfor %}
|
||||
],
|
||||
"id": "/",
|
||||
"start_url": "/",
|
||||
"background_color": "{{ background_color }}",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"theme_color": "{{ theme_color }}"
|
||||
}
|
||||
Reference in New Issue
Block a user