Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 1.05 KB

ZenmoneyManifest.xml.md

File metadata and controls

25 lines (24 loc) · 1.05 KB

ZenmoneyManifest.xml

Example file

<?xml version="1.0" encoding="utf-8"?>
<provider>
    <id>example</id> <!--plugin name, same as directory name-->
    <company>0</company> <!-- internal zenmoney id, left it 0, during the merge we will fix to real one -->
    <description> <!--some additional info about bank synchronization-->
        Synchronization plugin example.
        Input your login and password from the bank.
    </description>
    <version>1.0</version> <!--legacy, don't change-->
    <build>1</build> <!--legacy, don't change-->
    <modular>true</modular> <!--legacy, don't change-->
    <files> <!--legacy, don't change-->
        <js>index.js</js>
        <preferences>preferences.xml</preferences>
    </files>
    <codeRequired>false</codeRequired> <!--optional (default true),
    true means that plugin needs some interaction with user
    during every synchronization (eg. get code from sms)
    Setting it to false gives ability to set up automatic synchronization in background-->
</provider>