The profile that configures web clips on the device.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
Precomposed Icon Precomposed If `true`, the system prevents SpringBoard from adding shine to the icon. | boolean | optional | false | ✗No | |
Full Screen FullScreen If `true`, the system launches the web clip as a full-screen web app. | boolean | optional | false | ✗No | |
URL URL The URL of the web clip. | string | required | — | ✓Yes | iOS (4.0+)macOS (10.7+) |
Icon Icon The PNG icon to show on the Home Screen. If not set, the system displays a white square. For best results, provide a square image that's no larger than 400 x 400 pixels and less than 1 MB when uncompressed. The graphics file is automatically scaled and cropped to fit, if necessary, and converted to PNG format. Web clip icons are 144 x 144 pixels for iPad devices with a Retina display, and 114 x 114 pixels for iPhone devices. To prevent the device from adding a shine to the image, set `Precomposed` to `true`. | data | optional | — | ✓Yes | iOS (4.0+)macOS (10.7+) |
Removable IsRemovable If `true`, the system enables removing the web clip. | boolean | optional | true | ✗No | |
Label Label The name of the web clip that the system displays on the Home Screen. | string | required | — | ✓Yes | iOS (4.0+)macOS (10.7+) |
Ignore Web Clip manifest scope IgnoreManifestScope If `true`, a full screen web clip can navigate to an external web site without showing Safari UI. Otherwise, Safari UI appears when navigating away from the web clip's URL. This key has no effect when `FullScreen` is `false`. Available in iOS 14 and later. | boolean | optional | false | ✓Yes | iOS (14.0+) |
Target Application Bundle Identifier TargetApplicationBundleIdentifier The application bundle identifier of the application that opens the URL. To use this property, install the profile through MDM. Available in iOS 14 and later. | string | optional | — | ✗No | iOS (14.0+) |