---
title: websiteCookies
framework: safariservices
role: symbol
role_heading: Instance Property
path: safariservices/sfaddtohomescreeninfo/websitecookies
---

# websiteCookies

## Declaration

```swift
var websiteCookies: [HTTPCookie] { get set }
```

## Discussion

Discussion An optional item for providing the website’s cookies. These will be copied to the Home Screen web app’s data store. This will only be used if the manifest is non-nil and a Home Screen web app is created, not a Home Screen Bookmark. An array of cookies for the system to use when it accesses the web app.

## See Also

### Information about a web app

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