@@ -668,6 +668,8 @@ clean_app_caches() {
668668 safe_clean ~ /Library/Containers/com.apple.configurator.xpc.InternetService/Data/tmp/* " Apple Configurator temp files"
669669 safe_clean ~ /Library/Containers/com.apple.wallpaper.extension.aerials/Data/tmp/* " Wallpaper aerials temp files"
670670 safe_clean ~ /Library/Containers/com.apple.geod/Data/tmp/* " Geod temp files"
671+ safe_clean ~ /Library/Containers/com.apple.stocks/Data/Library/Caches/* " Stocks cache"
672+ safe_clean ~ /Library/Application\ Support/com.apple.wallpaper/aerials/thumbnails/* " Wallpaper aerials thumbnails"
671673 local containers_dir=" $HOME /Library/Containers"
672674 [[ ! -d " $containers_dir " ]] && return 0
673675 start_section_spinner " Scanning sandboxed apps..."
@@ -1094,6 +1096,7 @@ clean_browsers() {
10941096 local _chrome_profile
10951097 for _chrome_profile in " $HOME /Library/Application Support/Google/Chrome" /* /; do
10961098 clean_service_worker_cache " Chrome" " $_chrome_profile /Service Worker/CacheStorage"
1099+ safe_clean " $_chrome_profile " /Service\ Worker/ScriptCache/* " Chrome Service Worker ScriptCache"
10971100 done
10981101 safe_clean ~ /Library/Application\ Support/Google/GoogleUpdater/crx_cache/* " GoogleUpdater CRX cache"
10991102 safe_clean ~ /Library/Application\ Support/Google/GoogleUpdater/* .old " GoogleUpdater old files"
@@ -1165,9 +1168,11 @@ clean_office_applications() {
11651168 safe_clean ~ /Library/Caches/com.microsoft.Word " Microsoft Word cache"
11661169 safe_clean ~ /Library/Containers/com.microsoft.Word/Data/Library/Caches/* " Microsoft Word container cache"
11671170 safe_clean ~ /Library/Containers/com.microsoft.Word/Data/tmp/* " Microsoft Word temp files"
1171+ safe_clean ~ /Library/Containers/com.microsoft.Word/Data/Library/Logs/* " Microsoft Word container logs"
11681172 safe_clean ~ /Library/Caches/com.microsoft.Excel " Microsoft Excel cache"
11691173 safe_clean ~ /Library/Containers/com.microsoft.Excel/Data/Library/Caches/* " Microsoft Excel container cache"
11701174 safe_clean ~ /Library/Containers/com.microsoft.Excel/Data/tmp/* " Microsoft Excel temp files"
1175+ safe_clean ~ /Library/Containers/com.microsoft.Excel/Data/Library/Logs/* " Microsoft Excel container logs"
11711176 safe_clean ~ /Library/Caches/com.microsoft.Powerpoint " Microsoft PowerPoint cache"
11721177 safe_clean ~ /Library/Caches/com.microsoft.Outlook/* " Microsoft Outlook cache"
11731178 safe_clean ~ /Library/Caches/com.apple.iWork.* " Apple iWork cache"
0 commit comments