{
  "name": "Demo",
  "fullName": "Demo Restaurant",
  "tagline": "Il tuo ristorante di esempio",

  "colors": {
    "primary": "#e91e63",
    "primaryLight": "#f8bbd0",
    "primaryDark": "#c2185b",
    "accent": "#ff5722",
    "background": "#fce4ec",
    "surface": "#ffffff",
    "error": "#d32f2f",
    "success": "#4caf50",
    "warning": "#ff9800"
  },

  "darkColors": {
    "primary": "#f06292",
    "primaryLight": "#ad1457",
    "primaryDark": "#880e4f",
    "accent": "#ff8a65",
    "background": "#121212",
    "surface": "#1e1e1e",
    "error": "#ef5350",
    "success": "#66bb6a",
    "warning": "#ffa726"
  },

  "parse": {
    "serverUrl": "https://risapp.it:1338/DemoApp",
    "appId": "YOUR_DEMO_APP_ID",
    "appName": "DemoApp"
  },

  "stripe": {
    "publishableKey": "pk_test_DEMO_KEY"
  },

  "firebase": {
    "apiKey": "",
    "authDomain": "",
    "projectId": "",
    "storageBucket": "",
    "messagingSenderId": "",
    "appId": "",
    "vapidKey": ""
  },

  "logo": "logo.svg",
  "splashImage": "logo.svg",
  "font": "Raleway",

  "defaults": {
    "locale": "it",
    "currency": "€",
    "deliveryCost": 3.00,
    "deliveryDistance": 8.00,
    "features": ["domicilio", "asporto", "prenotazioni"],
    "openingHours": [
      "10:00-14:00,18:00-23:00",
      "10:00-14:00,18:00-23:00",
      "10:00-14:00,18:00-23:00",
      "10:00-14:00,18:00-23:00",
      "10:00-14:00,18:00-23:00",
      "10:00-14:00,18:00-00:00",
      ""
    ]
  }
}
