{
  "name": "Jackalope Action Sports",
  "short_name": "Jackalope",
  "description": "JACKALOPE. Experience the ultimate action sports festival. Skateboard, Bouldering, Base Jump and more.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#111111",
  "background_color": "#111111",
  "categories": ["sports", "lifestyle", "entertainment"],
  "icons": [
    {
      "src": "icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.tribu.jackalope",
      "url": "https://play.google.com/store/apps/details?id=com.tribu.jackalope"
    }
  ],
  "shortcuts": [
    {
      "name": "Golden Ticket",
      "short_name": "Golden Ticket",
      "description": "Submit your Golden Ticket entry",
      "url": "/pages/golden-ticket",
      "icons": [{"src": "icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Shop Jackalope Merchandise",
      "url": "/collections/all",
      "icons": [{"src": "icon-192x192.png", "sizes": "192x192"}]
    }
  ]
}