Warning, /graphics/glaxnimate/data/plugins/Synfig/plugin.json is written in an unsupported language. File is not indexed.

0001 {
0002     "name": "Synfig",
0003     "description": "(Experimental) support to save and load Synfig files",
0004     "author": "Glax",
0005     "engine": "python",
0006     "version": 1,
0007     "icon": "theme:synfig_icon",
0008     "services": [
0009         {
0010             "type": "format",
0011             "name": "Synfig",
0012             "extensions": ["sifz", "sif"],
0013             "open": {
0014                 "module": "synfig",
0015                 "function": "open_synfig"
0016             },
0017             "save": {
0018                 "module": "synfig",
0019                 "function": "save_synfig"
0020             }
0021         }
0022     ]
0023 }