Create module.json

This commit is contained in:
Rob Marlbrough @PressWizards 2025-05-05 18:40:36 -07:00 committed by GitHub
parent dfa7788a55
commit 2f35740a52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

26
module.json Normal file
View file

@ -0,0 +1,26 @@
{
"name": "FreeScout GPT Pro",
"alias": "freescoutgptpro",
"description": "FreeScout GPT Pro is the new Pro module that offers direct integration with other FreeScout modules, such as Knowledgebase and Saved Replies, and goes above and beyond what the free module offers, with advanced features such as caching or indexing in OpenAI of remote URLs, with premium technical support included.",
"version": "2.0",
"detailsUrl": "https://github.com/presswizards/FreeScout-GPT-Pro-Public",
"img": "https://raw.githubusercontent.com/presswizards/FreeScoutGPT/refs/heads/main/FreeScoutGPT-Logo.jpg",
"author": "5 Star Plugins",
"authorUrl": "https://5starplugins.com/freescout-gpt-pro/",
"requiredAppVersion": "1.8",
"license": "MIT",
"keywords": [],
"active": 0,
"order": 0,
"providers": [
"Modules\\FreeScoutGPT\\Providers\\FreeScoutGPTServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": [],
"latestVersionUrl": "https://raw.githubusercontent.com/presswizards/FreeScout-GPT-Pro-Public/refs/heads/main/module.json",
"latestVersionZipUrl": "https://5starplugins.com/freescout-gpt-pro/",
"changelogUrl": "https://github.com/presswizards/FreeScout-GPT-Pro-Public/blob/main/changelog.txt"
}