{
  "name": "David MTB",
  "short_name": "davidmtb",
  "description": "Mountain biking trails, AI trail finder, Jump of the Month competition \u2014 by David English, 13, Clonmel, Ireland.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0c0e0b",
  "theme_color": "#0c0e0b",
  "lang": "en-IE",
  "dir": "ltr",
  "categories": [
    "sports",
    "entertainment",
    "lifestyle"
  ],
  "screenshots": [
    {
      "src": "/app/splashes/splash-390x844.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "David MTB \u2014 Home"
    },
    {
      "src": "/app/splashes/splash-1125x2436.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "David MTB \u2014 Trail Finder"
    },
    {
      "src": "/app/splashes/splash-1536x2048.png",
      "sizes": "1536x2048",
      "type": "image/png",
      "form_factor": "wide",
      "label": "David MTB \u2014 iPad"
    }
  ],
  "icons": [
    {
      "src": "/app/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Trail Finder",
      "short_name": "Trail Finder",
      "description": "Find the best MTB trails anywhere with AI",
      "url": "/trail-finder/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/app/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Jump of the Month",
      "short_name": "Jump Vote",
      "description": "Vote for the best jump in your country",
      "url": "/jump/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/app/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Trip reports and riding notes",
      "url": "/blog/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/app/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.davidmtb.app",
      "id": "com.davidmtb.app"
    }
  ],
  "share_target": {
    "action": "/jump/submit/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
