mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-06 22:14:12 +00:00
nem sei pq tantos arquivos
This commit is contained in:
18
gestao_raul/Lib/site-packages/pwa/templates/manifest.json
Normal file
18
gestao_raul/Lib/site-packages/pwa/templates/manifest.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{% load pwa %}
|
||||
{
|
||||
"name": {{ PWA_APP_NAME|js }},
|
||||
"short_name": {{ PWA_APP_NAME|js }},
|
||||
"description": {{ PWA_APP_DESCRIPTION|js }},
|
||||
"start_url": {{ PWA_APP_START_URL|js }},
|
||||
"display": {{ PWA_APP_DISPLAY|js }},
|
||||
"scope": {{ PWA_APP_SCOPE|js }},
|
||||
"orientation": {{ PWA_APP_ORIENTATION|js }},
|
||||
"background_color": {{ PWA_APP_BACKGROUND_COLOR|js }},
|
||||
"theme_color": {{ PWA_APP_THEME_COLOR|js }},
|
||||
"status_bar": {{ PWA_APP_STATUS_BAR_COLOR|js }},
|
||||
"icons": {{ PWA_APP_ICONS|js }},
|
||||
"dir": {{ PWA_APP_DIR|js }},
|
||||
"lang": {{ PWA_APP_LANG|js }},
|
||||
"screenshots" : {{PWA_APP_SCREENSHOTS|js }},
|
||||
"shortcuts" : {{PWA_APP_SHORTCUTS|js }}
|
||||
}
|
||||
Reference in New Issue
Block a user