{
  "name": "Cinnamon",
  "short_name": "Cinnamon",
  "theme_color": "#000",
  "background_color": "#000",
  "display": "standalone",
  "scope": "/",
  "start_url": "/order-online",
  "description":"Order direct from the app.",
  "icons":[
    {
    "src":"images/icon-192.png",                     
    "sizes":"192x192",
    "type":"image/png"
    },
    {
    "src":"images/icon-512.png",
    "sizes":"512x512",
    "type":"image/png"
    }
    ]
}