2014-08-26 17:29:38 +02:00
|
|
|
{
|
|
|
|
|
//! [1]
|
2023-07-24 16:14:26 +02:00
|
|
|
"Name" : "Example",
|
|
|
|
|
"Version" : "0.0.1",
|
|
|
|
|
"CompatVersion" : "0.0.1",
|
2014-08-26 17:29:38 +02:00
|
|
|
//! [1]
|
|
|
|
|
//! [2]
|
2023-07-24 16:14:26 +02:00
|
|
|
"Vendor" : "MyCompany",
|
|
|
|
|
"Copyright" : "(C) MyCompany",
|
|
|
|
|
"License" : "Put short license information here",
|
|
|
|
|
"Description" : "Put a short description of your plugin here",
|
|
|
|
|
"Url" : "https://www.mycompany.com",
|
2014-08-26 17:29:38 +02:00
|
|
|
//! [2]
|
|
|
|
|
//! [3]
|
2023-07-24 16:14:26 +02:00
|
|
|
${IDE_PLUGIN_DEPENDENCIES}
|
2014-08-26 17:29:38 +02:00
|
|
|
//! [3]
|
|
|
|
|
}
|