mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
Website URL change
This commit is contained in:
parent
ef937a69b3
commit
ddd5c23431
4 changed files with 5 additions and 5 deletions
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue