joplin.cozic.net => joplinapp.org

This commit is contained in:
Laurent Cozic
2019-04-18 14:59:17 +01:00
parent 82b5af51e5
commit f8e1395087
33 changed files with 111 additions and 111 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "Joplin Web Clipper [DEV]",
"version": "1.0.13",
"description": "Capture and save web pages and screenshots from your browser to Joplin.",
"homepage_url": "https://joplin.cozic.net",
"homepage_url": "https://joplinapp.org",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"32": "icons/32.png",
+1 -1
View File
@@ -74,7 +74,7 @@ class AppComponent extends Component {
}
this.clipperServerHelpLink_click = () => {
bridge().tabsCreate({ url: 'https://joplin.cozic.net/clipper' });
bridge().tabsCreate({ url: 'https://joplinapp.org/clipper' });
}
this.folderSelect_change = (event) => {