{
  "name": "RtnIt2.me - Smart Lost & Found",
  "short_name": "RtnIt2.me",
  "description": "Smart Lost & Found QR Tags - Get notified when your lost items are found",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0D6EFD",
  "icons": [
    {
      "src": "/static/assets/images/logo/favicon.png",
      "sizes": "40x40",
      "type": "image/png"
    },
    {
      "src": "/static/assets/images/logo/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/assets/images/logo/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}