Initial revision.
This commit is contained in:
11
pwa/templates/manifest.json
Normal file
11
pwa/templates/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{% load pwa %}
|
||||
{
|
||||
"name": {{ PWA_APP_NAME|js }},
|
||||
"short_name": {{ PWA_APP_NAME|js }},
|
||||
"description": {{ PWA_APP_DESCRIPTION|js }},
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#fff",
|
||||
"theme_color": {{ PWA_APP_THEME_COLOR|js }},
|
||||
"icons": {{ PWA_APP_ICONS|js }}
|
||||
}
|
||||
Reference in New Issue
Block a user