<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
  <msapplication>
    <tile>
      <square70x70logo src="/golf-cart-logo.png"/>
      <square150x150logo src="/golf-cart-logo.png"/>
      <square310x310logo src="/golf-cart-logo.png"/>
      <wide310x150logo src="/golf-cart-logo.png"/>
      <TileColor>#ae1832</TileColor>
    </tile>
    <badge>
      <polling-uri src="https://golfcartify.com/badge"/>
    </badge>
    <notification>
      <polling-uri>https://golfcartify.com/notification</polling-uri>
      <period>1440</period>
      <frequency-type>daily</frequency-type>
    </notification>
    <customTaskGroup binding="ms-appdata:///Microsoft/Windows/TaskBands/tasktabs.pb">
      <taskGroup registrationEventType="Register">
        <task name="Inventory" launch="https://golfcartify.com/inventory" icon="https://golfcartify.com/golf-cart-logo.png"/>
        <task name="New Carts" launch="https://golfcartify.com/inventory?type=new" icon="https://golfcartify.com/golf-cart-logo.png"/>
        <task name="Used Carts" launch="https://golfcartify.com/inventory?type=used" icon="https://golfcartify.com/golf-cart-logo.png"/>
        <task name="Financing" launch="https://golfcartify.com/financing" icon="https://golfcartify.com/golf-cart-logo.png"/>
      </taskGroup>
    </customTaskGroup>
  </msapplication>
</browserconfig>
