2022-09-01 10:55:46 +02:00
/ * T h i s f i l e c o n t a i n s p l u g i n e x t r a i n f o r m a t i o n p e r f o l d e r a n d i s i n t e n d e d t o g i v e c r e d i t s a n d i n f o r m a t i o n a b o u t s o u r c e s , f o r k i n g a n d d o c u m e n t a t i o n * /
[
{
"name" : "The readable name of the extension in menu" ,
"id" : "The id which is used to store paramters in inkscape UI configuration" ,
"path" : "the folder where the extensions is in" ,
"dependent_extension" : "extensions which should be installed to because they are used by THIS extension" ,
"original_name" : "the readble extension name which was assigned before putting it into MightyScape (origin)" ,
"original_id" : "the id which was assigned before putting it into MightyScape (origin)" ,
"license" : "the license, like GPL v2 or MIT" ,
"license_url" : "the original URL where the license can be found" ,
"comment" : "some extra information. Keep empty or set to 'null''" ,
"source_url" : "the URL where the actual MightyScape data is put" ,
"fork_url" : "the URL where the original data comes from, like github.com or gitlab.com" ,
"documentation_url" : "the URL where MightyScape documentation can be found" ,
"inkscape_gallery_url" : "the URL for the gallery location. Set to 'null' if it's not listed in the gallery" ,
2023-02-15 00:52:14 +01:00
"contributors" : [
2022-09-01 10:55:46 +02:00
"a comma separated list of authors which work(ed) on the extension. We use either an email address and/or pattern '<platform>/<user name or full name>:<mailbox@tl.domaind>'"
]
}
]