Web Clip
com.apple.webClip.managed
The profile that configures web clips on the device.
Configuration Keys (8)
| Key | Type | Title |
|---|---|---|
LabelrequiredThe name of the web clip that the system displays on the Home Screen. | string | Label |
URLrequiredThe URL of the web clip. | string | URL |
IsRemovableIf 'true', the system enables removing the web clip. Default: true | boolean | Removable |
IconThe 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'. Range: — – 1468006 | data | Icon |
PrecomposedIf 'true', the system prevents SpringBoard from adding shine to the icon. Default: false | boolean | Precomposed Icon |
FullScreenIf 'true', the system launches the web clip as a full-screen web app. Default: false | boolean | Full Screen |
IgnoreManifestScopeIf '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. Default: false | boolean | Ignore Web Clip manifest scope |
TargetApplicationBundleIdentifierThe 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 | Target Application Bundle Identifier |