diff --git a/Server/wwwroot/manifest-rc.json b/Server/wwwroot/manifest-rc.json index ab4c0811..f543f1a4 100644 --- a/Server/wwwroot/manifest-rc.json +++ b/Server/wwwroot/manifest-rc.json @@ -2,7 +2,7 @@ "id": "Remotely Remote Control", "name": "Remotely Remote Control", "short_name": "Remotely Remote Control", - "start_url": "https://app.remotely.one/remotecontrol", + "start_url": "./remotecontrol", "display": "standalone", "background_color": "black", "theme_color": "white", @@ -10,12 +10,12 @@ "description": "Remote access tools designed to get things done quickly.", "icons": [ { - "src": "https://app.remotely.one/images/Remotely_Icon_128.png", + "src": "./images/Remotely_Icon_128.png", "sizes": "128x128", "type": "image/png" }, { - "src": "https://app.remotely.one/images/Remotely_Icon_512.png", + "src": "./images/Remotely_Icon_512.png", "sizes": "512x512", "type": "image/png" } @@ -23,15 +23,15 @@ "related_applications": [ { "platform": "windows", - "url": "https://app.remotely.one/remotecontrol" + "url": "./remotecontrol" }, { "platform": "play", - "url": "https://app.remotely.one/remotecontrol" + "url": "./remotecontrol" }, { "platform": "itunes", - "url": "https://app.remotely.one/remotecontrol" + "url": "./remotecontrol" } ] } \ No newline at end of file diff --git a/Server/wwwroot/manifest.json b/Server/wwwroot/manifest.json index 7e12bc70..0d36bbbf 100644 --- a/Server/wwwroot/manifest.json +++ b/Server/wwwroot/manifest.json @@ -2,7 +2,7 @@ "id": "Remotely", "name": "Remotely", "short_name": "Remotely", - "start_url": "https://app.remotely.one", + "start_url": "./", "display": "standalone", "background_color": "black", "theme_color": "white", @@ -10,12 +10,12 @@ "description": "Remote access tools designed to get things done quickly.", "icons": [ { - "src": "https://app.remotely.one/images/Remotely_Icon_128.png", + "src": "./images/Remotely_Icon_128.png", "sizes": "128x128", "type": "image/png" }, { - "src": "https://app.remotely.one/images/Remotely_Icon_512.png", + "src": "./images/Remotely_Icon_512.png", "sizes": "512x512", "type": "image/png" } @@ -23,15 +23,15 @@ "related_applications": [ { "platform": "windows", - "url": "https://app.remotely.one/" + "url": "./" }, { "platform": "play", - "url": "https://app.remotely.one/" + "url": "./" }, { "platform": "itunes", - "url": "https://app.remotely.one/" + "url": "./" } ] } \ No newline at end of file