{
  "name": "BiteBack",
  "short_name": "BiteBack",
  "description": "An app that helps reduce food waste by tracking expiry dates and connecting users to food donation centres in Ireland.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f3f7f3",
  "theme_color": "#2b7a2b",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}