keeweb/app/scripts/const/links.js

18 lines
795 B
JavaScript
Raw Normal View History

2015-10-23 23:21:21 +02:00
'use strict';
var Links = {
Repo: 'https://github.com/antelle/keeweb',
2015-10-27 21:22:13 +01:00
Desktop: 'https://github.com/antelle/keeweb/releases/latest',
2016-03-27 16:47:29 +02:00
WebApp: 'https://app.keeweb.info',
BetaWebApp: 'https://beta.keeweb.info',
2016-03-31 22:52:04 +02:00
License: 'https://github.com/antelle/keeweb/blob/master/LICENSE.txt',
LicenseApache: 'https://opensource.org/licenses/Apache-2.0',
2015-11-22 12:42:37 +01:00
UpdateDesktop: 'https://github.com/antelle/keeweb/releases/download/v{ver}/UpdateDesktop.zip',
ReleaseNotes: 'https://github.com/antelle/keeweb/blob/master/release-notes.md#release-notes',
2016-02-04 22:08:04 +01:00
SelfHostedDropbox: 'https://github.com/antelle/keeweb#self-hosting',
2016-04-26 21:40:18 +02:00
Manifest: 'https://antelle.github.io/keeweb/manifest.appcache',
AutoType: 'https://github.com/antelle/keeweb/wiki/Auto-Type'
2015-10-23 23:21:21 +02:00
};
module.exports = Links;