-
Notifications
You must be signed in to change notification settings - Fork 52
/
application.xml
44 lines (42 loc) · 1.43 KB
/
application.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/3.2">
<versionNumber>1.9.3</versionNumber>
<versionLabel>1.9.3</versionLabel>
<filename>Crunch</filename>
<programMenuFolder>Crunch</programMenuFolder>
<description>The Crunchiest LESS compiler.</description>
<name>Crunch</name>
<copyright>2014</copyright>
<customUpdateUI>false</customUpdateUI>
<id>app.Crunch</id>
<initialWindow>
<content>main.html</content>
<height>700</height>
<width>1000</width>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>false</visible>
<minSize>800 600</minSize>
</initialWindow>
<fileTypes>
<fileType>
<name>LESS</name>
<extension>less</extension>
<description>LESSCSS.org file</description>
<contentType>text/css</contentType>
<icon>
<image16x16>img/ico/crunch-icon_16.png</image16x16>
<image32x32>img/ico/crunch-icon_32.png</image32x32>
<image48x48>img/ico/crunch-icon_48.png</image48x48>
<image128x128>img/ico/crunch-icon_128.png</image128x128>
</icon>
</fileType>
</fileTypes>
<installFolder>Crunch</installFolder>
<icon>
<image16x16>img/ico/crunch-icon_16.png</image16x16>
<image32x32>img/ico/crunch-icon_32.png</image32x32>
<image48x48>img/ico/crunch-icon_48.png</image48x48>
<image128x128>img/ico/crunch-icon_128.png</image128x128>
</icon>
</application>