{
  "name": "MobileCar - Locação Inteligente",
  "short_name": "MobileCar",
  "description": "Aluguel de carros e scooter elétrico em Balneário Camboriú. Locação inteligente com melhor preço e entrega no hotel.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#003DA5",
  "background_color": "#FFFFFF",
  "categories": ["travel", "business"],
  "screenshots": [
    {
      "src": "https://cdn.manus.im/mobilecar/screenshot-mobile-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/screenshot-mobile-1080x1440.png",
      "sizes": "1080x1440",
      "type": "image/png",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/screenshot-desktop-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "purpose": "any"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/screenshot-desktop-1920x1080.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "https://cdn.manus.im/mobilecar/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/favicon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/favicon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/favicon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.manus.im/mobilecar/favicon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buscar Veículos",
      "short_name": "Buscar",
      "description": "Buscar e reservar veículos disponíveis",
      "url": "/busca",
      "icons": [
        {
          "src": "https://cdn.manus.im/mobilecar/shortcut-search-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Meus Aluguéis",
      "short_name": "Aluguéis",
      "description": "Visualizar seus aluguéis ativos",
      "url": "/meus-alugueis",
      "icons": [
        {
          "src": "https://cdn.manus.im/mobilecar/shortcut-rentals-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contato",
      "short_name": "Contato",
      "description": "Entrar em contato com suporte",
      "url": "/contato",
      "icons": [
        {
          "src": "https://cdn.manus.im/mobilecar/shortcut-contact-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+mobilecar",
      "url": "/vehicle?id=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "text/plain": [".txt"],
        "application/json": [".json"]
      }
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots_min_width": 320,
  "screenshots_min_height": 320,
  "scope_extensions": [
    {
      "origin": "https://mobilecaroficial.com.br"
    }
  ]
}
