{
    "name": "HoganStand - GAA News",
    "short_name": "HoganStand",
    "description": "For all the latest GAA Football and Hurling news, fixtures, results and more",
    "id": "/?source=pwa",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "theme_color": "#0b284a",
    "background_color": "#0b284a",
    "edge_side_panel": {
      "preferred_width": 480
    },
    "categories": ["sports", "news"],
    "icons": [
      {
        "src": "/favicon.svg",
        "sizes": "any",
        "type": "image/svg+xml",
        "purpose": "any"
      },
      {
        "src": "/icon-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/icon-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ],
    "screenshots": [
      {
        "src": "/ss.png",
        "sizes": "320x640",
        "type": "image/png",
        "form_factor": "narrow"
      }
    ],
    "shortcuts": [
      {
        "name": "Latest News",
        "short_name": "News",
        "description": "View the latest GAA news",
        "url": "/?source=pwa_shortcut",
        "icons": [
          {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "Fixtures",
        "short_name": "Fixtures",
        "description": "View upcoming GAA fixtures",
        "url": "/fixtures?source=pwa_shortcut",
        "icons": [
          {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "Results",
        "short_name": "Results",
        "description": "View GAA results",
        "url": "/results?source=pwa_shortcut",
        "icons": [
          {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
          }
        ]
      }
    ],
    "share_target": {
      "action": "/share",
      "method": "POST",
      "enctype": "multipart/form-data",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url"
      }
    },
    "protocol_handlers": [
      {
        "protocol": "web+gaa",
        "url": "/article/%s"
      }
    ],
    "orientation": "any",
    "dir": "ltr",
    "lang": "en",
    "prefer_related_applications": false,
    "launch_handler": {
      "client_mode": "focus-existing"
    }
  }
  