Files
macOSUpdates/Config-JSONs/com.github.macadmins.Nudge.CLIENT.json
2023-06-28 10:49:35 +01:00

64 lines
2.6 KiB
JSON

{
"optionalFeatures": {
"acceptableCameraUsage": true,
"acceptableScreenSharingUsage": true,
"aggressiveUserExperience": true,
"aggressiveUserFullScreenExperience": true,
"asynchronousSoftwareUpdate": true,
"attemptToFetchMajorUpgrade": true,
"enforceMinorUpdates": true
},
"osVersionRequirements": [
{
"aboutUpdateURLs": [
{
"_language": "en",
"aboutUpdateURL": "https://support.apple.com/en-us/HT213268"
}
],
"requiredInstallationDate": "2023-06-26T00:00:01Z",
"requiredMinimumOSVersion": "13.4.1",
"targetedOSVersionsRule": "default"
}
],
"userExperience": {
"allowedDeferrals": 50,
"allowedDeferralsUntilForcedSecondaryQuitButton": 0,
"approachingRefreshCycle": 6000,
"approachingWindowTime": 72,
"elapsedRefreshCycle": 300,
"initialRefreshCycle": 1800,
"maxRandomDelayInSeconds": 1200,
"noTimers": false,
"nudgeRefreshCycle": 60,
"randomDelay": false
},
"userInterface": {
"fallbackLanguage": "en",
"forceFallbackLanguage": true,
"forceScreenShotIcon": false,
"iconDarkPath": "/Library/Application Support/Purple/dark-pmos.png",
"iconLightPath": "/Library/Application Support/Purple/light-pmos.png",
"screenShotDarkPath": "/tmp/nudge/updateDark.png",
"screenShotLightPath": "/tmp/nudge/updateLight.png",
"showDeferralCount": true,
"simpleMode": false,
"singleQuitButton": false,
"updateElements": [
{
"_language": "en",
"actionButtonText": "Update Device",
"informationButtonText": "More Info",
"mainContentHeader": "Your device will restart during this update",
"mainContentNote": "Important Notes",
"mainContentSubHeader": "Updates can take around 10-15 minutes to complete.",
"mainContentText": "A fully up-to-date device is required to ensure that our team at Purple Computing can protect your company data.\n\nIf you do not update by the due date, you will effectively be locked out of your system until you complete the update.\n\nTo begin the update, simply click on the Update Device button and follow the prompts. If you see a button to Upgrade, please click this and follow the instructions. Thank you.\n\nFor more information, hit *More Info* in the bottom left corner of this window.",
"mainHeader": "Your device requires a macOS Security Update",
"primaryQuitButtonText": "Later",
"secondaryQuitButtonText": "I understand",
"subHeader": "A friendly reminder from Purple Computing"
}
]
}
}