/*
 * Public launch configuration.
 *
 * Keep a directory value empty until that PUBLIC listing exists. Never place
 * a tokenized/private feed URL in this file. The /cafe/<language>/feed.xml
 * routes below are deliberately public.
 * This file is intentionally public and will be downloaded by every visitor.
 */
window.ANDYS_CAFE_SITE = Object.freeze({
  status: "live", // "opening-soon" | "live"
  languages: Object.freeze({
    en: Object.freeze({
      feed: "https://move37.app/cafe/en/feed.xml",
      apple: "",
      spotify: "",
      youtubeMusic: "",
      pocketCasts: "",
      podcastAddict: ""
    }),
    de: Object.freeze({
      feed: "https://move37.app/cafe/de/feed.xml",
      apple: "",
      spotify: "",
      youtubeMusic: "",
      pocketCasts: "",
      podcastAddict: ""
    }),
    it: Object.freeze({
      feed: "https://move37.app/cafe/it/feed.xml",
      apple: "",
      spotify: "",
      youtubeMusic: "",
      pocketCasts: "",
      podcastAddict: ""
    }),
    es: Object.freeze({
      feed: "https://move37.app/cafe/es/feed.xml",
      apple: "",
      spotify: "",
      youtubeMusic: "",
      pocketCasts: "",
      podcastAddict: ""
    }),
    fr: Object.freeze({
      feed: "https://move37.app/cafe/fr/feed.xml",
      apple: "",
      spotify: "",
      youtubeMusic: "",
      pocketCasts: "",
      podcastAddict: ""
    })
  })
});
