WebClip¶
Note
On macOS this will create a .webloc file located in the documents area of the dock.
Contents
Summary¶
| PayloadType: | com.apple.webClip.managed |
|---|---|
| Supervised Only: | |
| N/A | |
| macOS: | N/A |
| macOS Deprecated: | |
| N/A | |
| iOS: | N/A |
| iOS Deprecated: | N/A |
| Highlander: | N/A |
Keys¶
URL¶
URL
The URL that the web clip should open when clicked. The URL must begin with HTTP or HTTPS
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | N/A | always | N/A | N/A | N/A | N/A |
Label¶
Label
The name of the Web Clip as displayed on the Home screen
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | N/A | always | N/A | N/A | N/A | N/A |
Icon¶
Icon
A PNG icon to be shown on the Home screen. Should be 59 x 60 pixels. If not specified a white square will be shown
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| data | N/A | N/A | N/A | N/A | N/A | N/A |
IsRemovable¶
Removable
If not set, the user cannot remove the Web Clip, but it will be removed if the profile is deleted
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| boolean | True | N/A | N/A | N/A | N/A | N/A |
FullScreen¶
Full Screen
Launch the Web Clip as a full-screen web app
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| boolean | False | N/A | N/A | N/A | N/A | N/A |
Precomposed¶
Precomposed Icon
Prevent SpringBoard from adding “shine” to the icon
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| boolean | False | N/A | N/A | N/A | N/A | N/A |