{
  "name": "Lone Star Protective Bureau",
  "short_name": "LSPB",
  "id": "/",
  "description": "Security services, scheduling, reporting, and employee access for Lone Star Protective Bureau.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/index.html",
  "scope": "/",
  "display_override": ["standalone", "minimal-ui"],
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f131a",
  "theme_color": "#4caf50",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Open the employee and admin login page.",
      "url": "/login.php"
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Open the contact form.",
      "url": "/contact.php"
    }
  ]
}
