aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index ba3af14b9..d981f9c6a 100644
--- a/src/config.js
+++ b/src/config.js
@@ -39,6 +39,13 @@ export const DEFAULT_FEATURES_CONFIG = {
39 isServiceProxyPremiumFeature: true, 39 isServiceProxyPremiumFeature: true,
40}; 40};
41 41
42export const DEFAULT_WINDOW_OPTIONS = {
43 width: 800,
44 height: 600,
45 x: 0,
46 y: 0,
47};
48
42export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-plugin-docs'; 49export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-plugin-docs';
43export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate'; 50export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate';
44 51