{
  "name": "LOOPR — Close the loop in 15",
  "short_name": "LOOPR",
  "description": "Which centre has not called back yet, and who to ring about it.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#16181D",
  "theme_color": "#16181D",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Who hasn't called back", "short_name": "Floor",
      "url": "./index.html#overview", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Today's leads", "short_name": "Leads",
      "url": "./index.html#leads", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ]
}
