1 const path = require('path');
3 const url = 'https://account.protonvpn.com/';
6 logo: path.resolve('./src/favicon.svg'),
7 logoMaskable: path.resolve('./src/icon-maskable.svg'),
11 'Proton VPN is a security focused FREE VPN service, developed by CERN and MIT scientists. Use the web anonymously, unblock websites & encrypt your connection.',
14 ogImage: `${url}assets/proton-og-image.png`,
15 locales: Object.keys(require('./locales/config/locales.json')),