{
  "name": "SalesTracker",
  "short_name": "SalesTracker",
  "description": "Track your sales with ease",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4EB036",
  "icons": [
    {
      "src": "_content/SalesTracker.Shared/images/Logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "_content/SalesTracker.Shared/images/Logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
