use greyscale tomboy icon
[grauphel.git] / appinfo / app.php
index b3c2b4686846846f1e1293ad37b801c30fb441a9..704b2c77250346bb924a538c0f26a2296d421fca 100755 (executable)
@@ -6,8 +6,10 @@ OCP\App::addNavigationEntry(
         'id' => 'grauphel',
         'order' => 2342,
         'href' => \OCP\Util::linkToRoute('grauphel.gui.index'),
-        'icon' => OCP\Util::imagePath('grauphel', 'notes.png'),
+        'icon' => OCP\Util::imagePath('grauphel', 'tomboy-grey.png'),
         'name' => 'Tomboy notes'
     )
 );
+\OC_Search::registerProvider('OCA\Grauphel\Search\Provider');
+\OCP\Util::addscript('grauphel', 'loader');
 ?>