{
  "name": "Texas Cart Rentals",
  "short_name": "TX Cart Rentals",
  "description": "Premium street legal golf cart rentals statewide across Texas — from the Gulf Coast to North, Central, South, and West Texas. 4-seater, 6-seater, and utility carts available for daily, weekly, and monthly rentals.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-16x16.png", 
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32", 
      "type": "image/png"
    },
    {
      "src": "/attached_assets/image_1754066544588.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/attached_assets/image_1754066591991.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/attached_assets/image_1754062983675.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Golf cart rental website homepage"
    },
    {
      "src": "/attached_assets/image_1754063289394.png", 
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile booking interface"
    }
  ],
  "categories": ["travel", "transportation", "vacation", "recreation"],
  "shortcuts": [
    {
      "name": "Book Rental",
      "short_name": "Book",
      "description": "Quick booking for golf cart rental",
      "url": "/rentals",
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "any",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pricing",
      "short_name": "Prices", 
      "description": "View rental rates and pricing",
      "url": "/pricing",
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "any",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch for support",
      "url": "/contact", 
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "any", 
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.texascartrentals.app",
      "id": "com.texascartrentals.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/street-legal-golf-cart-rental/id000000000",
      "id": "000000000"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+golf",
      "url": "/?protocol=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"],
        "application/pdf": [".pdf"]
      }
    }
  ]
}