This commit is contained in:
2019-05-14 15:17:31 +00:00
parent 567df8ab66
commit 87fd83109e
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<html>
<head>
<title>Textnow</title>
<link rel="manifest" href="https://lax18.github.io/TextnowWebApp/manifest.json">
<title>Infinite Campus</title>
<link rel="manifest" href="https://lax18.github.io/ICApp/manifest.json">
<script src="script.js"></script>
<script>
if ('serviceWorker' in navigator) {
@@ -22,6 +22,6 @@
</script>
</head>
<body>
<iframe src="https://www.textnow.com/messaging" style="position:fixed; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe>
<iframe src="https://maine.infinitecampus.org/campus/nav-wrapper" style="position:fixed; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe>
</body>
</html>
+6 -6
View File
@@ -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"
}