Remotely/Server/wwwroot/manifest-rc.json
Jared Goodwin a0405e28a0 WIP
2019-06-15 18:08:30 -07:00

37 lines
1.0 KiB
JSON

{
"id": "Remotely Remote Control",
"name": "Remotely Remote Control",
"short_name": "Remotely Remote Control",
"start_url": "https://tryremotely.lucency.co/remotecontrol",
"display": "standalone",
"background_color": "black",
"theme_color": "white",
"categories": [ "remote control", "remote access", "IT tools" ],
"description": "Remote access tools designed to get things done quickly.",
"icons": [
{
"src": "https://tryremotely.lucency.co/images/Remotely_Icon_128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "https://tryremotely.lucency.co/images/Remotely_Icon_512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"related_applications": [
{
"platform": "windows",
"url": "https://tryremotely.lucency.co/remotecontrol"
},
{
"platform": "play",
"url": "https://tryremotely.lucency.co/remotecontrol"
},
{
"platform": "itunes",
"url": "https://tryremotely.lucency.co/remotecontrol"
}
]
}