-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathappstore.json
More file actions
58 lines (58 loc) · 3.25 KB
/
appstore.json
File metadata and controls
58 lines (58 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"items": [
{
"title" :"AnimateScroll",
"description" :"A Simple jQuery Plugin for Animating Scroll with more than 30 unique easing effects.",
"link" :"http://plugins.compzets.com/animatescroll",
"thumbnail" :"http://plugins.compzets.com/images/animatescroll.png",
"logo" :"http://plugins.compzets.com/images/as-logo.png",
"tag" :"jquery plugin",
"date" :"27th july, 2013"
},
{
"title" :"FailSafe",
"description" :"A jQuery Plugin to make your App Robust. Protects your App from Lost Internet Connectivity & Low Battery Level.",
"link" :"http://plugins.compzets.com/failsafe",
"thumbnail" :"http://plugins.compzets.com/images/failsafe.png",
"logo" :"http://plugins.compzets.com/images/fs-logo.png",
"tag" :"jquery plugin",
"date" :"15th Aug, 2013"
},
{
"title" :"ContentShare",
"description" :"A Simple jQuery plugin which lets you share the exact content on a page which you actually want to share. It enables you to share selected text on your social network.",
"link" :"http://plugins.compzets.com/contentshare",
"thumbnail" :"http://plugins.compzets.com/images/contentshare.png",
"logo" :"http://plugins.compzets.com/contentshare/img/cs-logo-64.png",
"tag" :"jquery plugin",
"date" :"10th sept, 2013"
},
{
"title" :"AnimateScroll",
"description" :"A Simple jQuery Plugin for Animating Scroll with more than 30 unique easing effects.",
"link" :"http://plugins.compzets.com/animatescroll",
"thumbnail" :"http://plugins.compzets.com/images/animatescroll.png",
"logo" :"http://plugins.compzets.com/images/as-logo.png",
"tag" :"jquery plugin",
"date" :"27th july, 2013"
},
{
"title" :"FailSafe",
"description" :"A jQuery Plugin to make your App Robust. Protects your App from Lost Internet Connectivity & Low Battery Level.",
"link" :"http://plugins.compzets.com/failsafe",
"thumbnail" :"http://plugins.compzets.com/images/failsafe.png",
"logo" :"http://plugins.compzets.com/images/fs-logo.png",
"tag" :"jquery plugin",
"date" :"15th Aug, 2013"
},
{
"title" :"ContentShare",
"description" :"A Simple jQuery plugin which lets you share the exact content on a page which you actually want to share. It enables you to share selected text on your social network.",
"link" :"http://plugins.compzets.com/contentshare",
"thumbnail" :"http://plugins.compzets.com/images/contentshare.png",
"logo" :"http://plugins.compzets.com/contentshare/img/cs-logo-64.png",
"tag" :"jquery plugin",
"date" :"10th sept, 2013"
}
]
}