Subversion Repositories oidplus

Rev

Rev 838 | Rev 1055 | Go to most recent revision | View as "text/xml" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <manifest
  3.         xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1"
  4.         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.         xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_page.xsd">
  6.  
  7.         <type>ViaThinkSoft\OIDplus\OIDplusPagePluginPublic</type>
  8.  
  9.         <info>
  10.                 <name>UITweaks</name>
  11.                 <author>tushev.org</author>
  12.                 <license>MIT</license>
  13.                 <version>1.1.1</version>
  14.                 <descriptionHTML>
  15.                 <![CDATA[
  16.                 <a href="https://github.com/tushev/uitweaks-oidplus-plugin" target="_blank">UITweaks plugin for OIDplus 2.0</a>:
  17.                 <ul>
  18.                 <li>Fully expand Objects tree on page reload</li>
  19.                 <li>Collapse Login tree on page reload</li>
  20.                 <li>Collapse Documents &amp; Resources tree on page reload</li>
  21.                 <li>Change default tree pane width</li>
  22.                 <li>Remember tree pane width in <code>browser.localStorage</code> across page reloads</li>
  23.                 <li>Prefer "Admin login" tab at login page</li>
  24.                 </ul>
  25.                 ]]>
  26.                 </descriptionHTML>
  27.                 <oid>1.3.6.1.4.1.37476.9000.146.2.109.2000</oid>
  28.         </info>
  29.  
  30.         <php>
  31.                 <mainclass>TushevOrg\OIDplus\OIDplusPagePublicUITweaks</mainclass>
  32.         </php>
  33.  
  34.         <css>
  35.         </css>
  36.  
  37.         <js>
  38.                 <file>OIDplusPagePublicUITweaks.js</file>
  39.         </js>
  40.        
  41. </manifest>
  42.