mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-16 12:30:12 +01:00
Added manifest.json
This commit is contained in:
parent
dcdd353981
commit
8a56b22635
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,12 +1,11 @@
|
|||||||
.vscode/sftp.json
|
.vscode/sftp.json
|
||||||
src/.vscode/sftp.json
|
src/.vscode/sftp.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
wg.db
|
|
||||||
*.json
|
|
||||||
.idea
|
.idea
|
||||||
src/test.py
|
src/db
|
||||||
tmp
|
|
||||||
__pycache__
|
__pycache__
|
||||||
|
src/test.py
|
||||||
|
*.db
|
||||||
src/wg-dashboard.ini
|
src/wg-dashboard.ini
|
||||||
src/static/pic.xd
|
src/static/pic.xd
|
||||||
*.conf
|
*.conf
|
||||||
@ -15,7 +14,5 @@ public_key.txt
|
|||||||
venv/**
|
venv/**
|
||||||
log/**
|
log/**
|
||||||
release/*
|
release/*
|
||||||
*.db
|
|
||||||
src/db/wgdashboard.db
|
src/db/wgdashboard.db
|
||||||
.jshintrc
|
.jshintrc
|
||||||
src/db
|
|
31
src/static/json/manifest.json
Normal file
31
src/static/json/manifest.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"theme_color": "#343a40",
|
||||||
|
"background_color": "#343a40",
|
||||||
|
"display": "fullscreen",
|
||||||
|
"scope": "/",
|
||||||
|
"start_url": "/",
|
||||||
|
"name": "WGDashboard",
|
||||||
|
"short_name": "WGDashboard",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/static/img/icon-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/static/img/icon-256x256.png",
|
||||||
|
"sizes": "256x256",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/static/img/icon-384x384.png",
|
||||||
|
"sizes": "384x384",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/static/img/icon-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user