mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
joplin.cozic.net => joplinapp.org
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user