{
  "name": "SnackSpot App 3o-7ο",
  "short_name": "SnackSpot 3o-7ο",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f97316",
  "theme_color": "#ea580c",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}