{
  "name": "DropBowl",
  "short_name": "DropBowl",
  "description": "Restaurantes, ofertas y eventos cerca de ti",
  "start_url": "/places",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#111827",
  "background_color": "#111827",
  "lang": "es-ES",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "shopping"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.dropbowl.app",
      "url": "https://play.google.com/store/apps/details?id=com.dropbowl.app"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Restaurantes",
      "short_name": "Restaurantes",
      "url": "/places",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
