From 03c88a0fd021c9347f53f2fd1d4690abeea9f3b4 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 6 Nov 2021 10:57:00 -0400 Subject: [PATCH] updated resolver link --- README.md | 2 +- src/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7662af84..f6cd24b0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ http://theeternalword.hns.siasky.net/ Or install on Skynet Homescreen by clicking the button below. -[![Add to Homescreen](https://img.shields.io/badge/Skynet-Add%20To%20Homescreen-00c65e?logo=skynet&labelColor=0d0d0d)](https://homescreen.hns.siasky.net/#/skylink/.......) +[![Add to Homescreen](https://img.shields.io/badge/Skynet-Add%20To%20Homescreen-00c65e?logo=skynet&labelColor=0d0d0d)](https://homescreen.hns.siasky.net/#/skylink/AQDN6KzTJ-_qCyChChUUxPzVuPWN9wxB0QqmxVWuZD2IoQ) diff --git a/src/manifest.json b/src/manifest.json index ab4cfec8..36c174b4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "background_color": "#fff", "display": "standalone", "homepage_url": "https://eternalword.eth.link/", - "providedBy": { "name": "Eternal Word", "url": "https://eternalword.xyz/" }, + "providedBy": { "name": "The Eternal Word", "url": "https://eternalword.xyz/" }, "icons": [ { "src": "./img/webclip.png", @@ -24,5 +24,5 @@ "short_name": "EternalWord", "start_url": "./index.html", "theme_color": "#64A19D", - "skylink": "AQAPDPCSsayMgGt8MRjjbxF2JmzFplI8j-C289S9-y35og" + "skylink": "AQDN6KzTJ-_qCyChChUUxPzVuPWN9wxB0QqmxVWuZD2IoQ" }