{
  "name": "Whole Word Hub",
  "short_name": "Whole Word Hub",
  "description": "Taking the whole word to the whole world — The Godhouse Centre",
  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],

  "background_color": "#031361",
  "theme_color": "#031361",

  "orientation": "portrait-primary",

  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],

  "categories": ["productivity", "social"],
  "lang": "en-GB",

  "prefer_related_applications": false,

  "shortcuts": [
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Record today's outreach activity",
      "url": "/?action=checkin",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
