{
  "id": "/safehouse-pocket/",
  "name": "SafeHouse Mobile",
  "short_name": "Mobile",
  "description": "Approve, peek, and order from your phone.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1a16",
  "theme_color": "#0f1a16",
  "icons": [
    {
      "src": "./icons/pocket-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "./icons/pocket-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "./icons/pocket-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
