// PWA manifest for Hiking In Sedona
{
  "background_color": "#0f172a",
  "description": "Interactive guide to the top 10 hikes in Sedona, AZ with trail maps, elevation profiles, Red Rock Pass info, shuttle routes, and vortex trail notes for the best Sedona hiking trails.",
  "display": "standalone",
  "icons": [
    {
      "purpose": "any maskable",
      "sizes": "512x512",
      "src": "https://vibe.filesafe.space/1786562131293349269/assets/37e6fd53-66ed-4c4c-8547-d66bed1a54b0.png",
      "type": "image/png"
    }
  ],
  "name": "Hiking In Sedona — Top 10 Trail Guide",
  "orientation": "portrait-primary",
  "short_name": "Hiking In Sedona",
  "start_url": "/",
  "theme_color": "#c85227"
}
