{
  "name": "Signage Client",
  "short_name": "Signage",
  "description": "Digital signage display client — renders layouts, playlists, and widgets on any screen.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#050816",
  "theme_color": "#050816",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Pair device",
      "short_name": "Pair",
      "url": "/?action=pair",
      "description": "Enter a pairing code to connect this display"
    }
  ]
}
