Pogger/src/Pogger.rdef

23 lines
466 B
Plaintext
Raw Normal View History

2021-02-19 18:14:09 -06:00
/*
* Copyight 2021 Jaidyn Levesque <jadedctrl@teknik.io>
* All rights reserved. Distributed under the terms of the MIT License.
*/
resource app_signature "application/x-vnd.Pogger";
resource app_flags B_SINGLE_LAUNCH;
resource app_version {
major = 0,
middle = 0,
minor = 1,
short_info = "Feed reader",
long_info = "An RSS/Atom feed service"
};
resource file_types message {
"types" = "text/x-feed-entry",
"types" = "application/x-feed-source"
};