In which location Safari saves a web-clip generated widget ?

link|improve this question
feedback

migrated from stackoverflow.com Apr 11 '10 at 2:06

This question came from our site for professional and enthusiast programmers.

1 Answer

The Web Clips are stored in this folder:

user/yourusername/library/preferences/widget-com.apple.widget.web-clip.plist

This should contain all settings and info about the widget

link|improve this answer
Path starts with /Users/yourusername/Library/Preferences/ – Daniel Beck Jan 28 '11 at 18:18
1  
Each widget instance is uniquely identified in that plist by a UUID. All its preferences have the same UUID prefix. So if you have two or more web clip widgets, they're all in there somewhere. – Daniel Beck Jan 28 '11 at 18:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.