<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
  Grower OS — unsigned iOS Web Clip profile.

  This configuration profile adds a home-screen icon that opens
  https://farmer.interactpak.com as a full-screen web app. It does
  NOT count against Apple's free-developer 3-app sideload limit,
  because a Web Clip is a configuration profile, not an app.

  No Apple Developer account is required to install it — the user
  taps "Install" in Settings and iOS handles the rest.

  iOS will warn the user that the profile is "Unsigned". That warning
  is expected for organisations that haven't enrolled in the Apple
  Developer Program — it does not block installation. To remove the
  warning we'd need to sign the profile with an Apple-issued
  certificate, which requires paid enrolment.

  The web clip opens the full PWA shell (manifest + service worker +
  offline cache), so the experience is indistinguishable from a
  native app once installed.

  IMPORTANT: PayloadUUID values below MUST NOT change across updates
  — iOS uses them to identify a profile for in-place replacement.
  Changing the URL/label is fine; changing the UUIDs orphans older
  installs and forces a manual uninstall on every device.

  Distributed at:
    https://downloads.interactpak.com/farmer/ios/GrowerOS-iOS.mobileconfig
    https://farmer.interactpak.com/downloads/ios/GrowerOS-iOS.mobileconfig
-->
<plist version="1.0">
<dict>
  <key>PayloadContent</key>
  <array>
    <dict>
      <key>FullScreen</key>
      <true/>
      <key>IsRemovable</key>
      <true/>
      <key>Label</key>
      <string>Grower OS</string>
      <key>PayloadDescription</key>
      <string>Adds Grower OS to the home screen as a full-screen web app.</string>
      <key>PayloadDisplayName</key>
      <string>Grower OS Home Screen Icon</string>
      <key>PayloadIdentifier</key>
      <string>com.interactpak.ff.webclip</string>
      <key>PayloadOrganization</key>
      <string>INTERACT Group</string>
      <key>PayloadType</key>
      <string>com.apple.webClip.managed</string>
      <key>PayloadUUID</key>
      <string>8C2A9F1A-4B0E-4F7D-9D3A-0C7A8F5B2E11</string>
      <key>PayloadVersion</key>
      <integer>1</integer>
      <key>Precomposed</key>
      <false/>
      <key>URL</key>
      <string>https://farmer.interactpak.com/home</string>
    </dict>
  </array>
  <key>PayloadDescription</key>
  <string>Installs the Grower OS home-screen icon. No data is collected by this profile. Open Safari and go to farmer.interactpak.com to reach the full app.</string>
  <key>PayloadDisplayName</key>
  <string>Grower OS</string>
  <key>PayloadIdentifier</key>
  <string>com.interactpak.ff.profile</string>
  <key>PayloadOrganization</key>
  <string>INTERACT Group</string>
  <key>PayloadRemovalDisallowed</key>
  <false/>
  <key>PayloadType</key>
  <string>Configuration</string>
  <key>PayloadUUID</key>
  <string>A1B2C3D4-5E6F-4789-A012-3456789ABCDE</string>
  <key>PayloadVersion</key>
  <integer>1</integer>
</dict>
</plist>
