{
  "name": "Easy Rent — Închirieri vehicule P2P",
  "short_name": "Easy Rent",
  "description": "Platforma P2P de închirieri vehicule din România. Mașini, scutere și e-bike-uri direct de la proprietari.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#6366F1",
  "theme_color": "#6366F1",
  "lang": "ro",
  "scope": "/",
  "categories": ["travel", "lifestyle", "shopping"],
  "dir": "ltr",

  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/search.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Caută vehicule disponibile"
    },
    {
      "src": "/screenshots/booking.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Rezervă în 2 minute"
    },
    {
      "src": "/screenshots/dashboard.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard proprietar"
    }
  ],

  "shortcuts": [
    {
      "name": "Caută vehicule",
      "short_name": "Caută",
      "description": "Găsește vehicule disponibile în zona ta",
      "url": "/#search",
      "icons": [{ "src": "/icons/shortcut-search.png", "sizes": "96x96" }]
    },
    {
      "name": "Rezervările mele",
      "short_name": "Rezervări",
      "description": "Vezi rezervările tale active",
      "url": "/#renter",
      "icons": [{ "src": "/icons/shortcut-bookings.png", "sizes": "96x96" }]
    },
    {
      "name": "Mesaje",
      "short_name": "Chat",
      "description": "Conversațiile tale",
      "url": "/#chat",
      "icons": [{ "src": "/icons/shortcut-chat.png", "sizes": "96x96" }]
    }
  ],

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=ro.easyrent.app",
      "id": "ro.easyrent.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/ro/app/easy-rent/id0000000000"
    }
  ],

  "prefer_related_applications": false,

  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+easyrent",
      "url": "/?action=%s"
    }
  ]
}
