{
  "id": "/",
  "name": "duck.cruises",
  "short_name": "duck.cruises",
  "description": "Hide rubber ducks on your cruise ship for others to find!",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "launch_handler": { "client_mode": "focus-existing" },
  "background_color": "#ffffff",
  "theme_color": "#14A3B8",
  "orientation": "portrait-primary",
  "shortcuts": [
    {
      "name": "Create a Duck",
      "short_name": "Create",
      "description": "Register a new duck to hide",
      "url": "/create",
      "icons": [
        { "src": "/images/icon-hide.svg", "sizes": "any", "type": "image/svg+xml" },
        { "src": "/images/apple-touch-icon.png", "sizes": "512x512", "type": "image/png" }
      ]
    },
    {
      "name": "Find a Duck",
      "short_name": "Find",
      "description": "Scan or log a duck you found",
      "url": "/find",
      "icons": [
        { "src": "/images/icon-find.svg", "sizes": "any", "type": "image/svg+xml" },
        { "src": "/images/apple-touch-icon.png", "sizes": "512x512", "type": "image/png" }
      ]
    },
    {
      "name": "My Ducks",
      "short_name": "My Ducks",
      "description": "View the ducks you've hidden",
      "url": "/my-ducks",
      "icons": [
        { "src": "/images/icon-keep.svg", "sizes": "any", "type": "image/svg+xml" },
        { "src": "/images/apple-touch-icon.png", "sizes": "512x512", "type": "image/png" }
      ]
    },
    {
      "name": "Rehide a Duck",
      "short_name": "Rehide",
      "description": "Mark a duck as rehidden",
      "url": "/rehide",
      "icons": [
        { "src": "/images/icon-hide.svg", "sizes": "any", "type": "image/svg+xml" },
        { "src": "/images/apple-touch-icon.png", "sizes": "512x512", "type": "image/png" }
      ]
    }
  ],
  "icons": [
    {
      "src": "/images/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/desktop-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "duck.cruises home page on desktop"
    },
    {
      "src": "/images/screenshots/mobile-narrow.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "duck.cruises home page on mobile"
    }
  ],
  "categories": ["games", "travel", "social"]
}
