“Fluid lets you create a Site Specific Browser (SSB) out of any website or web application, effectively turning your favorite web apps into desktop apps.”
How to Change the Name of a Fluid Application
- Rename the Fluid application in Finder
- Choose Show Package Contents command for the application in Finder
- Open Contents/Info.plist file with Property List Editor
- Edit Bundle identifier value from
com.fluidapp.FluidInstance.[old name]
tocom.fluidapp.FluidInstance.[new name]
- Edit Bundle name value
- Save and close Info.plist and relaunch the application
How to Move a Fluid Application to Another Folder
- Move the Fluid application to another folder
How to Change the Home Page of a Fluid Application
- Choose Show Package Contents command for the Fluid application in Finder
- Open Contents/Resources/Config.plist file with Property List Editor
- Edit TODHomeURLString value
- Save and close Config.plist
- Open ~/Library/Preferences/com.fluidapp.FluidInstance.[name].plist file with Property List Editor
- Edit TODHomeURLString value
- Save and close .plist file and relaunch the application