diff --git a/index.html b/index.html index 0a282a8..00d91b7 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ -Textnow - +Infinite Campus + - + diff --git a/manifest.json b/manifest.json index 21fbb61..8109d97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,21 +1,21 @@ { - "short_name": "TextNow", - "name": "TextNow", + "short_name": "Infinite Campus", + "name": "Infinite Campus", "icons": [ { - "src": "https://i.imgur.com/wcJUkRg.png", + "src": "https://imgur.com/R32VFEP.png", "type": "image/png", "sizes": "512x512" }, { - "src": "https://i.imgur.com/uMp8TZs.png", + "src": "https://imgur.com/MzEWl4U.png", "type": "image/png", "sizes": "192x192" } ], - "start_url": "/TextnowWebApp/index.html", + "start_url": "/ICApp/index.html", "background_color": "#5222B4", "display": "standalone", - "scope": "/TextnowWebApp", + "scope": "/ICApp", "theme_color": "#5222B4" }