{
  "name": "Rust Pulse",
  "short_name": "Rust Pulse",
  "description": "Live Rust+ intel — raid alerts, devices, team chat, quick commands.",
  "start_url": "/mobile.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0a0c10",
  "background_color": "#0a0c10",
  "categories": ["games", "utilities"],
  "icons": [
    {
      "src": "https://api.rustpulse.app/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "https://api.rustpulse.app/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "https://api.rustpulse.app/icons/icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live alerts",
      "url": "/mobile.html#pane-live",
      "description": "Recent raid alarms and intel events"
    },
    {
      "name": "Devices",
      "url": "/mobile.html#pane-devices",
      "description": "Toggle smart switches"
    }
  ]
}
