11 lines
279 B
JavaScript
Executable file
11 lines
279 B
JavaScript
Executable file
exports.id = 'comment';
|
|
exports.title = 'Comment';
|
|
exports.group = 'Common';
|
|
exports.color = '#704cff';
|
|
exports.author = 'Martin Smola';
|
|
exports.icon = 'comment';
|
|
exports.traffic = false;
|
|
exports.version = '1.0.0';
|
|
exports.readme = '# Comment';
|
|
|
|
exports.install = function() {};
|