-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.json
30 lines (30 loc) · 903 Bytes
/
addon.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
{
"legacy_addon_id": "",
"title": "Banner Advert Generator",
"description": "Generates simple image-based banner adverts to help you style advert placements",
"version_id": 1010070,
"version_string": "1.1.0",
"dev": "Simon Hampel",
"dev_url": "https://xenforo.com/community/members/sim.4264/",
"faq_url": "",
"support_url": "https://xenforo.com/community/threads/banner-advert-generator.182747/",
"extra_urls": {
"Addon": "https://xenforo.com/community/resources/banner-advert-generator.7901/",
"Git Repository": "https://github.com/hampel/banner-generator-xenforo"
},
"require": {
"php": [
"7.0.0",
"PHP 7.0+"
],
"php-ext/gd": [
"*",
"GD extension"
],
"XF": [
"2010070",
"XenForo 2.1.0+"
]
},
"icon": "fa-ad"
}