{
  "name": "FrinkOS Remote",
  "short_name": "Frink Remote",
  "description": "Mobile companion for FrinkOS — pair with desktop, approve actions, monitor agents",
  "start_url": "./#/remote",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0c10",
  "theme_color": "#7c3aed",
  "icons": [
    {
      "src": "./icons/frink-icon-720.png",
      "sizes": "720x720",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}