{
  "name": "MoneyLoop",
  "short_name": "MoneyLoop",
  "description": "Walk a loop in the real city. Everything inside it is yours.",
  "start_url": "app.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B1540",
  "theme_color": "#FF2E8A",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}