---
title: SFAddToHomeScreenInfo
framework: safariservices
role: symbol
role_heading: Class
path: safariservices/sfaddtohomescreeninfo
---

# SFAddToHomeScreenInfo

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

## Declaration

```swift
class SFAddToHomeScreenInfo
```

## Overview

Overview Create an instance of SFAddToHomeScreenInfo in your 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:)](safariservices/sfaddtohomescreeninfo/init(manifest:).md)

### Information about a web app

- [manifest](safariservices/sfaddtohomescreeninfo/manifest.md)
- [websiteCookies](safariservices/sfaddtohomescreeninfo/websitecookies.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Providing information about a web app to the system

- [getHomeScreenWebAppInfo(completionHandler:)](safariservices/sfaddtohomescreenactivityitem/gethomescreenwebappinfo(completionhandler:).md)
- [getWebAppManifest(completionHandler:)](safariservices/sfaddtohomescreenactivityitem/getwebappmanifest(completionhandler:).md)
