-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.json
More file actions
25 lines (25 loc) · 711 Bytes
/
addon.json
File metadata and controls
25 lines (25 loc) · 711 Bytes
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
{
"legacy_addon_id": "",
"title": "Image Attachment Cache Control",
"description": "This add-on allows controlling image attachments cache headers.",
"version_id": 1000170,
"version_string": "1.0.1",
"dev": "TickTackk",
"dev_url": "https://xenforo.com/community/members/ticktackk.90375/",
"faq_url": "",
"support_url": "https://github.com/ticktackk/ImageAttachmentCacheControlForXF2/issues",
"extra_urls": {
"Twitter": "https://twitter.com/t1cktackk"
},
"require": {
"XF": [
2011072,
"XenForo 2.1.10 Patch 2+"
],
"php": [
"7.3",
"PHP 7.3+"
]
},
"icon": "fa-sd-card"
}