Added a PhotoExample.cydget and renamed Cycript= to CycriptURLs=.
[cydget.git] / PhotoExample.cydget / Info.plist
1 Tagline = "a lame example Cydget that renders Camera photos";
2 Plugin = "WebCycriptLockScreen";
3
4 Configuration = {
5     Homepage = "file:///System/Library/LockCydgets/PhotoExample.cydget/index.html";
6     CycriptURLs = "^file:///System/Library/LockCydgets/PhotoExample\\.cydget/index\\.html$";
7     Scrollable = "NO";
8 };