Continue to use Homepage in PhotoExample example.
[cydget.git] / PhotoExample.cydget / Info.plist
1 CYTagline = "a lame example Cydget that renders Camera photos";
2 CYPlugin = "WebCycriptLockScreen";
3
4 CYConfiguration = {
5     Homepage = "index.html";
6     CycriptURLs = "^file:///System/Library/LockCydgets/PhotoExample\\.cydget/index\\.html$";
7     Scrollable = "NO";
8 };