mirror of
https://github.com/yudai/gotty.git
synced 2026-02-24 17:04:07 +01:00
Add generated data to git
This commit is contained in:
parent
dcb153c8a4
commit
a9fbc070ac
15 changed files with 2352 additions and 144 deletions
15
bindata/static/manifest.json
Normal file
15
bindata/static/manifest.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"short_name": "{{ .title }}",
|
||||
"name": "{{ .title }}",
|
||||
"start_url": "./",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./icon_192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
],
|
||||
"display": "minimal-ui",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#000000"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue