{
  "id": "/app/",
  "name": "RentNgo",
  "short_name": "RentNgo",
  "description": "RentNgo - Plataforma de alquiler de autos P2P. Conecta propietarios de vehículos con clientes que buscan rentar. Reserva, paga y gestiona tus rentas de forma segura y fácil.",
  "lang": "es",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "fullscreen",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait-primary",
  "theme_color": "#1a1a1a",
  "background_color": "#ffffff",
  "categories": [
    "travel",
    "business",
    "productivity",
    "utilities"
  ],
  "developer": {
    "name": "RentNgo Team",
    "url": "https://rentngo.com"
  },
  "iarc_rating_id": "e84b9d60-12c3-41c3-99c9-dc3339ead6f4",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.rentngo.app"
    }
  ],
  "scope_extensions": [
    {
      "origin": "*.rentngomexico.com.mx"
    },
    {
      "origin": "rentngomexico.com.mx"
    },
    {
      "origin": "api.rentngomexico.com.mx"
    },
    {
      "origin": "admin.rentngomexico.com.mx"
    },
    {
      "origin": "www.rentngomexico.com.mx"
    }
  ],
  "note_taking": {
    "new_note_url": "/notes?action=new"
  },
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/splash-540x720.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "/splash-1280x720.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Reservation",
      "short_name": "Book",
      "description": "Find and book a car quickly",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Cars",
      "short_name": "Cars",
      "description": "Manage your vehicles",
      "url": "/owner/dashboard",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Check your conversations",
      "url": "/chat",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/documents",
      "accept": {
        "application/pdf": [".pdf"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"],
        "image/gif": [".gif"],
        "image/webp": [".webp"]
      },
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-new",
      "auto"
    ]
  },
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/contact?email=%s"
    },
    {
      "protocol": "sms",
      "url": "/contact?sms=%s"
    },
    {
      "protocol": "web+rentngo",
      "url": "/protocol?url=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "text/plain",
            "text/uri-list",
            "image/jpeg",
            "image/png",
            "image/gif",
            "image/webp",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "Upcoming Reservations",
      "short_name": "Reservations",
      "description": "Shows your next 3 bookings",
      "tag": "upcoming-reservations",
      "template_url": "/widgets/reservations.json",
      "has_data_binding": true,
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Available Cars",
      "short_name": "Cars",
      "description": "Displays featured cars near you",
      "tag": "available-cars",
      "template_url": "/widgets/cars.json",
      "has_data_binding": true,
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Quick Book",
      "short_name": "Book",
      "description": "Fast booking widget",
      "tag": "quick-book",
      "template_url": "/widgets/book.json",
      "has_data_binding": false,
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "tab_strip": {
    "home_tab": "auto"
  }
}