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