-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.json
78 lines (77 loc) · 2.37 KB
/
extensions.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"slug": "default_templates",
"class": "FooGallery_Default_Templates_Extension",
"categories": ["Featured" , "Free"],
"title": "Default Templates",
"description": "The bundled gallery templates.",
"author": "FooPlugins",
"author_url": "http://fooplugins.com",
"thumbnail": "https://s3.amazonaws.com/foogallery/extensions/default_templates.png",
"tags": ["template"],
"source": "bundled",
"activated_by_default": true
},
{
"slug": "albums",
"class": "FooGallery_Albums_Extension",
"title": "Albums",
"categories": ["Free"],
"description": "Group your galleries into albums. Boom!",
"html": "Group your galleries into albums. Boom!",
"author": "FooPlugins",
"author_url": "http://fooplugins.com",
"thumbnail": "/extensions/albums/foogallery-albums.png",
"tags": ["functionality"],
"source": "bundled"
},
{
"slug": "foobox",
"class": "FooGallery_FooBox_Extension",
"categories": ["Featured" , "Premium"],
"file": "foobox-free.php",
"title": "FooBox PRO",
"description": "The best lightbox for WordPress just got even better!",
"price": "$27",
"author": "FooPlugins",
"author_url": "http://fooplugins.com",
"thumbnail": "https://s3.amazonaws.com/foogallery/extensions/foobox.png",
"tags": ["premium", "lightbox"],
"source": "fooplugins",
"download_button": {
"text": "Buy Now!",
"target": "_blank",
"href": "http://fooplugins.com/plugins/foobox",
"confirm": false
},
"activated_by_default": true,
"remove_if_active": ["foobox-image-lightbox"]
},
{
"slug": "nextgen",
"class": "FooGallery_Nextgen_Gallery_Importer_Extension",
"categories": ["Free"],
"title": "NextGen Importer",
"description": "Imports all your existing NextGen galleries",
"author": "FooPlugins",
"author_url": "http://fooplugins.com",
"thumbnail": "https://s3.amazonaws.com/foogallery/extensions/nextgen_importer.png",
"tags": ["tools"],
"source": "bundled"
},
{
"slug": "foobox-image-lightbox",
"class": "FooGallery_FooBox_Free_Extension",
"categories": ["Free"],
"file": "foobox-free.php",
"title": "FooBox FREE",
"description": "The best lightbox for WordPress. Free",
"author": "FooPlugins",
"author_url": "http://fooplugins.com",
"thumbnail": "https://s3.amazonaws.com/foogallery/extensions/foobox_free.png",
"tags": ["lightbox"],
"source": "repo",
"activated_by_default": true,
"minimum_version": "1.0.2.1"
}
]