You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
450 B

8 years ago
10 years ago
8 years ago
8 years ago
8 years ago
8 years ago
10 years ago
8 years ago
9 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'IM Notifications',
  4. 'version': '1.0.1',
  5. 'author': 'IT-Projects LLC, Ivan Yelizariev',
  6. 'license': 'GPL-3',
  7. 'category': 'Tools',
  8. 'website': 'https://twitter.com/yelizariev',
  9. 'depends': ['im_chat', 'mail'],
  10. 'images': ['images/my-pref.png'],
  11. 'data': [
  12. 'im_notif_data.xml',
  13. 'im_notif_views.xml',
  14. ],
  15. 'installable': True,
  16. 'uninstall_hook': 'pre_uninstall',
  17. }