<!--
{
  "availability" : [
    "iOS: 18.2.0 -",
    "iPadOS: 18.2.0 -",
    "visionOS: 2.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SafariServices",
  "identifier" : "/documentation/SafariServices/SFAddToHomeScreenInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Safari Services"
    ],
    "preciseIdentifier" : "c:objc(cs)SFAddToHomeScreenInfo"
  },
  "title" : "SFAddToHomeScreenInfo"
}
-->

# SFAddToHomeScreenInfo

A class that provides information about a web app that someone adds to their Home Screen.

```
class SFAddToHomeScreenInfo
```

## Overview

Create an instance of `SFAddToHomeScreenInfo` in your [`getHomeScreenWebAppInfo(completionHandler:)`](/documentation/SafariServices/SFAddToHomeScreenActivityItem/getHomeScreenWebAppInfo(completionHandler:)) implementation.
Configure the object with the web app’s manifest and the cookies your browser uses with the web app, then pass the object to the method’s completion handler.

## Topics

### Creating an information object

[`init(manifest:)`](/documentation/SafariServices/SFAddToHomeScreenInfo/init(manifest:))

Initializes a Home Screen information object with the supplied web app manifest.

### Information about a web app

[`manifest`](/documentation/SafariServices/SFAddToHomeScreenInfo/manifest)

[`websiteCookies`](/documentation/SafariServices/SFAddToHomeScreenInfo/websiteCookies)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)