Creating a Web Clip Script

Jamf School Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  1. On a Mac computer, open Script Editor.
  2. Click File and select "New".
  3. Enter the following in the Script Editor:
    tell application "Safari"
    activate
    open location "http://www.yourwebcliplink.com/"
    end tell
  4. Click Play to test the script.
  5. Click File > Export.
  6. Enter a name and location for the script and select Application as the File Format.
  7. Click Save.

A web clip script that uses the default icon is created.

After the web clip script is created, you must package and distribute the script to computers. For more information, see Packages and In-House Content Distribution.