mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-09 17:55:35 +08:00
6 lines
188 B
Text
6 lines
188 B
Text
|
import plugin from '../package.json'
|
||
|
|
||
|
export const PLUGIN_NAME = plugin.title
|
||
|
export const PLUGIN_ID = plugin.name;
|
||
|
export const PLUGIN_URL = plugin.serverUrl[NylasEnv.config.get("env")];
|