{
  "name": "iRento",
  "short_name": "iRento",
  "description": "Search, request, quote, and manage rentals on iRento. Developed by Nextec Innovations Corporation.",
  "id": "/",
  "start_url": "/search.php?source=pwa&client=3.6.48",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#312e81",
  "theme_color": "#312e81",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Browse rentals",
      "short_name": "Browse",
      "url": "/search.php?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/img/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My activity",
      "short_name": "Activity",
      "url": "/transactions.php?role=renter&source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/img/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "/notifications.php?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/img/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/assets/img/pwa-launch-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa-launch-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa-launch-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/img/pwa-launch-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
