From b8ad88d107a19c3f8de3ddd39be2c9bb86c87cd8 Mon Sep 17 00:00:00 2001 From: RodrigoDornelles Date: Thu, 2 Nov 2023 19:39:50 -0300 Subject: [PATCH] fix: urls in pwa --- manifest.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 53838b8..4cd00f2 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Coco Battle Royale 2", "short_name": "Kokobatoru2", "description": "Coco Battle Royale II ココバトル (kokobatoru) 2 is a homebrew game for nintendo years 80 console, distributed as free software.", - "start_url": "/coco-battle-royale/", - "scope": "https://psywave-games.github.io/coco-battle-royale/", + "start_url": "/coco-battle-royale-2/", + "scope": "https://psywave-games.github.io/coco-battle-royale-2/", "display": "standalone", "dir": "ltr", "lang": "en", @@ -25,49 +25,49 @@ ], "icons": [ { - "src": "/coco-battle-royale/coco-144.png", + "src": "/coco-battle-royale-2/coco-144.png", "sizes": "144x144", "purpose": "any", "type": "image/png" }, { - "src": "/coco-battle-royale/coco-192.png", + "src": "/coco-battle-royale-2/coco-192.png", "sizes": "192x192", "purpose": "any", "type": "image/png" }, { - "src": "/coco-battle-royale/coco-256.png", + "src": "/coco-battle-royale-2/coco-256.png", "sizes": "256x256", "purpose": "maskable", "type": "image/png" }, { - "src": "/coco-battle-royale/coco-512.png", + "src": "/coco-battle-royale-2/coco-512.png", "sizes": "512x512", "purpose": "any", "type": "image/png" }, { - "src": "/coco-battle-royale/coco-144.png", + "src": "/coco-battle-royale-2/coco-144.png", "sizes": "144x144", "purpose": "maskable", "type": "image/png" }, { - "src": "/coco-battle-royale/coco-192.png", + "src": "/coco-battle-royale-2/coco-192.png", "sizes": "192x192", "purpose": "maskable", "type": "image/png" }, { - "src": "/coco-battle-royale/coco-256.png", + "src": "/coco-battle-royale-2/coco-256.png", "sizes": "256x256", "purpose": "maskable", "type": "image/png" }, { - "src": "/coco-battle-royale/coco-512.png", + "src": "/coco-battle-royale-2/coco-512.png", "sizes": "512x512", "purpose": "maskable", "type": "image/png"