1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

Fix Extension urls

This commit is contained in:
Fabian Wilkens 2021-01-24 13:00:03 +01:00
parent 2ccdd83377
commit 08cca78338
6 changed files with 7 additions and 7 deletions

View file

@ -7,5 +7,5 @@
"description": "Useful utility bar with information about the current note as well as actions like duplicate, copy, and save.",
"url": "https://__DOMAIN__PATH__/extensions/src/action-bar/index.html",
"download_url": "https://github.com/standardnotes/action-bar/archive/1.3.1.zip",
"latest_url": "https://__DOMAIN__PATH__/extensions/src/comonents/action-bar.json"
"latest_url": "https://__DOMAIN__PATH__/extensions/src/action-bar.json"
}

View file

@ -7,5 +7,5 @@
"description": "FileSafe Bar",
"url": "https://__DOMAIN__PATH__/extensions/src/filesafe-bar/app/index.html",
"download_url": "https://github.com/standardnotes/filesafe-bar/archive/2.0.10.zip",
"latest_url": "https://__DOMAIN__PATH__/extensions/src/comonents/filesafe-bar.json"
"latest_url": "https://__DOMAIN__PATH__/extensions/src/filesafe-bar.json"
}

View file

@ -7,5 +7,5 @@
"description": "Create nested folders from your tags with easy drag and drop. Folders also supports Smart Tags, which allow you to build custom filters for viewing your notes.",
"url": "https://__DOMAIN__PATH__/extensions/src/folders-component/index.html",
"download_url": "https://github.com/standardnotes/folders-component/archive/1.3.5.zip",
"latest_url": "https://__DOMAIN__PATH__/extensions/src/comonents/folders-component.json"
"latest_url": "https://__DOMAIN__PATH__/extensions/src/folders-component.json"
}

View file

@ -7,5 +7,5 @@
"description": "Push note changes to a public or private GitHub repository, with options for file extension and commit message.",
"url": "https://__DOMAIN__PATH__/extensions/src/github-push/index.html",
"download_url": "https://github.com/sn-extensions/github-push/archive/1.2.2.zip",
"latest_url": "https://__DOMAIN__PATH__/extensions/src/comonents/github-push.json"
"latest_url": "https://__DOMAIN__PATH__/extensions/src/github-push.json"
}

View file

@ -7,5 +7,5 @@
"description": "Set up 2FA to enable an extra layer of security on your private notes account.",
"url": "https://__DOMAIN__PATH__/extensions/src/mfa-link/dist/index.html",
"download_url": "https://github.com/sn-extensions/mfa-link/archive/1.2.2.zip",
"latest_url": "https://__DOMAIN__PATH__/extensions/src/comonents/mfa-link.json"
"latest_url": "https://__DOMAIN__PATH__/extensions/src/mfa-link.json"
}

View file

@ -7,5 +7,5 @@
"description": "Work more efficiently by quickly selecting from a live list of tags while you type. Supports keyboard shortcuts and folders.",
"url": "https://__DOMAIN__PATH__/extensions/src/quick-tags/index.html",
"download_url": "https://github.com/standardnotes/quick-tags/archive/1.3.2.zip",
"latest_url": "https://__DOMAIN__PATH__/extensions/src/comonents/quick-tags.json",
"latest_url": "https://__DOMAIN__PATH__/extensions/src/quick-tags.json"
}