info.xml 908 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>files_reminders</id>
  5. <name>File reminders</name>
  6. <summary>Set file reminders</summary>
  7. <description><![CDATA[**📣 File reminders**
  8. Set file reminders.
  9. ]]></description>
  10. <version>1.3.0</version>
  11. <licence>agpl</licence>
  12. <author>Christopher Ng</author>
  13. <namespace>FilesReminders</namespace>
  14. <category>files</category>
  15. <bugs>https://github.com/nextcloud/server/issues</bugs>
  16. <dependencies>
  17. <nextcloud min-version="30" max-version="30"/>
  18. </dependencies>
  19. <background-jobs>
  20. <job>OCA\FilesReminders\BackgroundJob\CleanUpReminders</job>
  21. <job>OCA\FilesReminders\BackgroundJob\ScheduledNotifications</job>
  22. </background-jobs>
  23. <commands>
  24. <command>OCA\FilesReminders\Command\ListCommand</command>
  25. </commands>
  26. </info>