{
  "name": "Cupola \u2014 home security from a spare phone",
  "short_name": "Cupola",
  "description": "Turn a spare Android phone into a home security camera you watch from any other device. End-to-end encrypted, streamed directly between your devices, with no server holding the footage and no subscription.",
  "id": "/",
  "start_url": "/?go=app",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#1a1815",
  "theme_color": "#1a1815",
  "orientation": "any",
  "categories": [
    "utilities",
    "security"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Use this phone as a camera",
      "short_name": "Camera",
      "description": "Open Cupola ready to start watching a room",
      "url": "/?go=camera",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Watch a camera",
      "short_name": "Watch",
      "description": "Enter a pairing code and watch a running camera",
      "url": "/?go=watch",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
