
Thank You! This has been one of my remaining questions before upgrading. I was wondering if you could right click on the dock icon and see some kind of option for “show original” or something?Hello,
Web Applications are stored in Applications after adding them to the Dock:
View attachment 2217893
I have created custom folder called Web Applications and moved all apps manually there:
View attachment 2217894
Currently all web apps are stored in my custom folder:
View attachment 2217895
I have added this folder to the Dock and it works:
View attachment 2217896
Below you can find details where about locations:
View attachment 2217897
However there is no option to automatically add this app to custom folder or do not add it to dock but only to this folder.
Suggestions sent to Apple...
View attachment 2217898
Regards,
Jacob
mdls command in Terminal (e.g. mdls /Users/<user>/Applications/<webapp>.app), you can find this line:kMDItemCFBundleIdentifier = "com.apple.Safari.WebApp"
kMDItemCFBundleIdentifier == "com.apple.Safari.WebApp"



That only works if you have no other applications in /Users/<user>/Applications. However, Shortcuts also puts the shortcut "apps" there which you added to the Dock. Likewise, any applications you may have installed there will be there too.
You can create an actual smart folder based on the Spotlight metadata. For example, when using themdlscommand in Terminal (e.g.mdls /Users/<user>/Applications/<webapp>.app), you can find this line:
Code:kMDItemCFBundleIdentifier = "com.apple.Safari.WebApp"
You can create a smart folder by using the "Raw Query" filter and writing:
Code:kMDItemCFBundleIdentifier == "com.apple.Safari.WebApp"
Then the smart folder will only show those apps with the bundle identifier. You can add the smart folder to the Finder sidebar or to the stack area in the Dock.
View attachment 2295454View attachment 2295455View attachment 2295456