mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
42 lines
655 B
JSON
42 lines
655 B
JSON
|
{
|
||
|
"name": "FTE-In-Browser",
|
||
|
"short_name": "FTEQW",
|
||
|
"description": "Awesome games in your Web Browser!",
|
||
|
"categories": ["games"],
|
||
|
"id": "./",
|
||
|
"start_url": "./",
|
||
|
"display": "standalone",
|
||
|
"orientation": "landscape",
|
||
|
"icons":
|
||
|
[
|
||
|
{
|
||
|
"src": "https://fteqw.org/favicon.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "128x128"
|
||
|
},
|
||
|
{
|
||
|
"src": "icon_144.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "144x144"
|
||
|
}
|
||
|
],
|
||
|
"protocol_handlers":
|
||
|
[
|
||
|
{
|
||
|
"protocol": "web+quake",
|
||
|
"url": "./?%s"
|
||
|
},
|
||
|
{
|
||
|
"protocol": "web+qw",
|
||
|
"url": "./?%s"
|
||
|
}
|
||
|
],
|
||
|
"serviceworker":
|
||
|
{
|
||
|
"scope": "./",
|
||
|
"src": "./fte_pwa_sw.js",
|
||
|
"use_cache": true
|
||
|
}
|
||
|
}
|
||
|
|