36 lines
795 B
JSON
36 lines
795 B
JSON
{
|
|
"theme_color":"#222222",
|
|
"background_color":"#222222",
|
|
"start_url": "/",
|
|
"screenshots":
|
|
[
|
|
{
|
|
"src": "screenshot1.png",
|
|
"type": "image/png",
|
|
"sizes": "1080x2017"
|
|
}
|
|
],
|
|
"icons":
|
|
[
|
|
{
|
|
"purpose":"maskable",
|
|
"sizes":"512x512",
|
|
"src":"icon512_maskable.png",
|
|
"type":"image/png"
|
|
},{
|
|
"purpose":"any",
|
|
"sizes":"512x512",
|
|
"src":"icon512_rounded.png",
|
|
"type":"image/png"
|
|
}
|
|
],
|
|
"orientation":"any",
|
|
"display":"standalone",
|
|
"dir":"auto",
|
|
"lang":"en",
|
|
"name":"IPMPV",
|
|
"short_name":"IPMPV",
|
|
"description":"Remote control for your IPMPV instance",
|
|
"id":"cc.netpaws.ipmpv"
|
|
}
|