{
  "name": "OfferSuite",
  "short_name": "OfferSuite",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "description": "App notifiche e gestione eventi OfferSuite",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2c7be5",

  "icons": [
    {
      "src": "/assets/img/offer-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/offer-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "categories": ["productivity", "business"],
  "prefer_related_applications": false
}

