{
  "name": "SeniorBrother — Stays, Flights & Bills",
  "short_name": "SeniorBrother",
  "description": "Book verified shortlet stays, search flights and pay bills — airtime, data, electricity and cable TV.",
  "id": "./",
  "start_url": "./index.php?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#010112",
  "theme_color": "#010112",
  "icons": [
    { "src": "pwa/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "pwa/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "pwa/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Find a stay", "url": "./properties.php", "icons": [{ "src": "pwa/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Pay a bill", "url": "./bills.php", "icons": [{ "src": "pwa/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Search flights", "url": "./flights.php", "icons": [{ "src": "pwa/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
