mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
13 lines
534 B
XML
13 lines
534 B
XML
<idea-plugin>
|
|
<id>intellij.webp</id>
|
|
<vendor>JetBrains</vendor>
|
|
<depends>com.intellij.modules.lang</depends>
|
|
<name>WebP Support</name>
|
|
<description><![CDATA[
|
|
<p>Allows viewing images in the <a href="https://developers.google.com/speed/webp">WebP</a> format in the IDE.</p>
|
|
]]></description>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<fileType name="Image" extensions="webp"/>
|
|
<ApplicationLoadListener implementation="com.android.tools.adtui.webp.WebpMetadataRegistrar"/>
|
|
</extensions>
|
|
</idea-plugin> |