forked from ThemeHouse-XF/XF2-MembersLocalTime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.json
More file actions
23 lines (23 loc) · 791 Bytes
/
addon.json
File metadata and controls
23 lines (23 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"legacy_addon_id": "",
"title": "[NICK97] Member’s Local Time",
"description": "Show a member's local time on their profile, member card, and posts.",
"version_id": 1000070,
"version_string": "2.2.0",
"dev": "NICK97/ThemeHouse",
"dev_url": "https://www.xen-shop.com/",
"faq_url": "https://www.xen-shop.com/faq",
"support_url": "https://www.xen-shop.com/support",
"extra_urls": {
"Gaming Community": "https://cities-mods.com",
"Github": "https://github.com/ThemeHouse-XF/XF2-MembersLocalTime",
"License": "https://github.com/ThemeHouse-XF/XF2-MembersLocalTime/blob/master/LICENSE.md"
},
"require": {
"XF": [
2010010,
"XenForo 2.1.0+"
]
},
"icon": "fas fa-user-clock"
}