{
  "name": "Presence by 1OS",
  "short_name": "Presence",
  "description": "1OS Presence — verified physical-presence capture for workforce truth.",
  "start_url": "/presence",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0B0F14",
  "theme_color": "#0B0F14",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Check in",
      "short_name": "Check in",
      "description": "Open Presence and start a check-in",
      "url": "/presence?action=in",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check out",
      "short_name": "Check out",
      "description": "Open Presence and start a check-out",
      "url": "/presence?action=out",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
