Skip to content

Instantly share code, notes, and snippets.

@aimore
Last active June 30, 2019 07:14
Show Gist options
  • Save aimore/7898b9cd7e8dfce587949f7e6c4c0ca3 to your computer and use it in GitHub Desktop.
Save aimore/7898b9cd7e8dfce587949f7e6c4c0ca3 to your computer and use it in GitHub Desktop.
XamFood Strings Json
{
"appName": "Joe's",
"isPremium": false,
"styles": {
"backgroundColor": "#fefcfa",
"promoTitleColor": "#1b1b1b",
"tabBarColor": "#fefcfa",
"categoryTitleColor": "#fefcfa",
"descriptionColor": "",
"rightWidgetColor": "",
"leftWidgetColor": "",
"categoryCardColor": "",
"promoCardColor": ""
},
"home": {
"promoSectionTitle": "Special offers",
"categorySectionTitle": "Menu",
"searchPlaceholder": "Search...",
"promoCards": [
{
"title": "Cheesy Pizza",
"description": "Cheesy pizza 30% off and you get a second free",
"image": "",
"rigthWidget": "OPEN",
"leftWidget": "4.5"
},
{
"title": "Happy Pasta + Drink",
"description": "Buy pasta and get a free drink!",
"rigthWidget": "CLOSED",
"image": "",
"leftWidget": "3.2"
},
{
"title": "Cachaça",
"description": "50% first shot",
"image": "",
"rigthWidget": "PROMO",
"leftWidget": "-50%"
},
{
"title": "Buxada de bode and farinha de puba",
"description": "Bom pra curar ressaca",
"image": "",
"rigthWidget": "COMBO",
"leftWidget": "-50%"
},
{
"title": "Nothing",
"description": "Lazy to get something to write here",
"image": "",
"rigthWidget": "DEAL",
"leftWidget": "10%"
}
],
"categoryCards": [
{
"title": "Pizza",
"image": ""
},
{
"title": "Pasta",
"image": ""
},
{
"title": "Drinks",
"image": ""
},
{
"title": "Deserts",
"image": ""
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment