- Update namespace from OCA\NCdiscordhook to OCA\Ncbotwebhooks - Update app ID, name, and namespace in appinfo/info.xml - Update composer.json and autoload files - Update CLI command names from ncdiscordhook:* to nc_bot_webhooks:* - Update image directory name to nc_bot_webhooks-images - Update documentation in README.md and INSTALL.md - Update JavaScript APP_ID and navigation provider paths - Update admin settings and controller app references
11 lines
231 B
JSON
11 lines
231 B
JSON
{
|
|
"name": "nc_bot_webhooks/app",
|
|
"description": "Discord webhook bridge for Nextcloud Talk",
|
|
"type": "nextcloud-app",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OCA\\Ncbotwebhooks\\": "../lib/"
|
|
}
|
|
}
|
|
}
|