{
  "name": "Forgotten Coast Sanctuary",
  "short_name": "FCS",
  "description": "Direct booking for Forgotten Coast Sanctuary, Port St. Joe, FL.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf3e8",
  "theme_color": "#1f5c5a",
  "lang": "en-US",
  "icons": [
    { "src": "icons/icon.svg",       "sizes": "any",   "type": "image/svg+xml", "purpose": "any" },
    { "src": "icons/icon-192.png",   "sizes": "192x192", "type": "image/png",   "purpose": "any" },
    { "src": "icons/icon-512.png",   "sizes": "512x512", "type": "image/png",   "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Book a Stay",  "url": "./index.html#stay",  "icons": [{ "src": "icons/icon.svg", "sizes": "any" }] },
    { "name": "Area Guide",   "url": "./guide.html",       "icons": [{ "src": "icons/icon.svg", "sizes": "any" }] }
  ]
}
