export const CLIPBOARD_IMAGE_FOLDER = 'picgo-clipboard-images' export const FORM_IMAGE_FOLDER = 'picgo-form-images' export const RELEASE_URL = 'https://api.github.com/repos/Molunerfinn/PicGo/releases' export const RELEASE_URL_BACKUP = 'https://release.picgo.app' export const STABLE_RELEASE_URL = 'https://github.com/Molunerfinn/PicGo/releases/latest' export const BETA_RELEASE_URL = 'https://github.com/Molunerfinn/PicGo/releases'