{
  "name": "Pub Night Planner",
  "short_name": "Pub Night",
  "start_url": "/pubs",
  "display": "standalone",
  "background_color": "#1a1208",
  "theme_color": "#1a1208",
  "icons": [
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  }
}
