Avoid modifying stylesheets when updating @medias.
[cydget.git] / PhotoExamplePlus.cydget / Info.plist
1 CYTagline = "a lame example Cydget that renders Camera photos";
2 CYPlugin = "WebCycriptLockScreen";
3 CYVersionFilter = (800);
4
5 CYConfiguration = {
6     // these are actually relative URLs: you can specify arbitrary http:// or file:///
7     Homepage = "foreground.html";
8     Background = "background.html";
9
10     // if you are not using Cycript, then you should just delete this
11     CycriptURLs = "^file:///System/Library/LockCydgets/PhotoExamplePlus\\.cydget/.*\\.html$";
12
13     Scrollable = NO;
14     MediaControls = YES;
15     NotificationList = YES;
16 };