{
  "name": "SplashPadHub — Find splash pads & spray parks",
  "short_name": "SplashPadHub",
  "description": "Verified national splash pad directory",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0e7ec1",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "kids", "travel", "directory"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Browse the national splash pad map",
      "url": "/map",
      "icons": [
        { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Near me",
      "short_name": "Near me",
      "description": "Find splash pads near your current location",
      "url": "/near-me",
      "icons": [
        { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Submit a pad",
      "short_name": "Submit",
      "description": "Add a new splash pad to the directory",
      "url": "/submit",
      "icons": [
        { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Trending",
      "short_name": "Trending",
      "description": "See trending splash pads right now",
      "url": "/trending",
      "icons": [
        { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    }
  ],
  "share_target": {
    "action": "/submit",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
