{
  "name": "Mainstay — Emergency & Continuity Binder",
  "short_name": "Mainstay",
  "description": "Emergency procedures, a live incident console, and a printable continuity binder for your organization. Works offline.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f5ef",
  "theme_color": "#0a3161",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Start an incident", "short_name": "Incident", "url": "./index.html#home" },
    { "name": "Procedures", "short_name": "Procedures", "url": "./index.html#procedures" },
    { "name": "Contacts", "short_name": "Contacts", "url": "./index.html#contacts" }
  ]
}
