Website URL change

This commit is contained in:
Manoj Vivek 2020-06-16 21:25:21 +05:30
parent ef937a69b3
commit ddd5c23431
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Responsively-Helper",
"version": "0.0.1",
"version": "0.0.2",
"description": "An extension to open current browser page in Responsively app",
"private": true,
"scripts": {

View file

@ -2,7 +2,7 @@
"name": "Responsively Helper",
"version": "0.0.1",
"description": "An extension to open current browser page in Responsively app",
"homepage_url": "https://manojvivek.github.io/responsively-app",
"homepage_url": "https://responsively.app",
"manifest_version": 2,
"icons": {
"128": "logo_128.png",

View file

@ -74,7 +74,7 @@ const URLOpenerNonChrome = () => {
<a
className="anchorButton"
onClick={() => setTimeout(() => window.close(), 200)}
href="https://manojvivek.github.io/responsively-app/"
href="https://responsively.app"
target="_blank"
>
Install Now
@ -117,7 +117,7 @@ const URLOpenerChrome = () => {
<a
className="anchorButton"
onClick={() => setTimeout(() => window.close(), 200)}
href="https://manojvivek.github.io/responsively-app/"
href="https://responsively.app"
target="_blank"
>
Install Now

View file

@ -20,7 +20,7 @@
}
},
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://manojvivek.github.io/responsively-app",
"homepage": "https://responsively.app",
"dependencies": {
"@fancyapps/fancybox": "3.5.2",
"@tanem/svg-injector": "^8.0.49",