mirror of
https://github.com/linuxserver/kclient.git
synced 2026-02-19 16:56:06 +08:00
18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"name": "<%- title -%>",
|
|
"short_name": "<%- title -%>",
|
|
"manifest_version": 2,
|
|
"version": "0.4.1",
|
|
"display": "fullscreen",
|
|
"background_color": "#000000",
|
|
"theme_color": "#000000",
|
|
"icons": [
|
|
{
|
|
"src": "public/icon.png",
|
|
"type": "image/png",
|
|
"sizes": "180x180"
|
|
}
|
|
],
|
|
"start_url": "/"
|
|
}
|