keeweb/app/scripts/const/links.js

37 lines
2.0 KiB
JavaScript
Raw Normal View History

2017-01-31 07:50:28 +01:00
const Links = {
2019-09-08 20:28:02 +02:00
Homepage: 'https://keeweb.info',
2016-06-04 22:34:49 +02:00
Repo: 'https://github.com/keeweb/keeweb',
Desktop: 'https://github.com/keeweb/keeweb/releases/latest',
2016-03-27 16:47:29 +02:00
WebApp: 'https://app.keeweb.info',
BetaWebApp: 'https://beta.keeweb.info',
2017-11-13 22:48:38 +01:00
License: 'https://github.com/keeweb/keeweb/blob/master/LICENSE',
2016-03-31 22:52:04 +02:00
LicenseApache: 'https://opensource.org/licenses/Apache-2.0',
2020-11-25 18:20:53 +01:00
LicenseLinkCCBY40: 'https://creativecommons.org/licenses/by/4.0/',
2021-01-08 22:54:45 +01:00
UpdateBasePath: 'https://github.com/keeweb/keeweb/releases/download/v{ver}/',
2016-06-04 22:34:49 +02:00
ReleaseNotes: 'https://github.com/keeweb/keeweb/blob/master/release-notes.md#release-notes',
SelfHostedDropbox: 'https://github.com/keeweb/keeweb#self-hosting',
2021-01-07 22:05:04 +01:00
UpdateJson: 'https://app.keeweb.info/update.json',
2016-08-21 23:12:49 +02:00
AutoType: 'https://github.com/keeweb/keeweb/wiki/Auto-Type',
AutoTypeMacOS: 'https://github.com/keeweb/keeweb/wiki/Auto-Type#macos',
2017-05-12 18:43:04 +02:00
Translation: 'https://keeweb.oneskyapp.com/',
2019-09-07 21:15:20 +02:00
Donation: 'https://opencollective.com/keeweb#support',
2017-05-17 19:25:08 +02:00
Plugins: 'https://plugins.keeweb.info',
2020-04-19 18:52:21 +02:00
PluginDevelopStart: 'https://github.com/keeweb/keeweb/wiki/Plugins',
2020-04-19 20:42:55 +02:00
YubiKeyManual: 'https://github.com/keeweb/keeweb/wiki/YubiKey',
2020-12-20 17:44:27 +01:00
YubiKeyManagerInstall: 'https://github.com/Yubico/yubikey-manager#installation',
HaveIBeenPwned: 'https://haveibeenpwned.com',
2021-04-18 20:55:27 +02:00
HaveIBeenPwnedPrivacy: 'https://haveibeenpwned.com/Passwords',
2021-04-19 21:29:52 +02:00
ExtensionHelpForOtherBrowsers:
'https://github.com/keeweb/keeweb/wiki/Browser-AutoFill#other-browsers',
ExtensionHelpForKPXC:
'https://github.com/keeweb/keeweb/wiki/Browser-AutoFill#keepassxc-browser',
2021-04-28 20:22:21 +02:00
KWCForChrome:
'https://chrome.google.com/webstore/detail/keeweb-connect/pikpfmjfkekaeinceagbebpfkmkdlcjk',
KWCForFirefox: 'https://addons.mozilla.org/firefox/addon/keeweb-connect/',
KWCForEdge:
'https://microsoftedge.microsoft.com/addons/detail/keewebconnect/nmggpehkjmeaeocmaijenpejbepckinm',
KWCForSafari: 'https://apps.apple.com/app/keeweb-connect/id1565748094'
2015-10-23 23:21:21 +02:00
};
2019-09-15 14:16:32 +02:00
export { Links };