-
Notifications
You must be signed in to change notification settings - Fork 23
/
app.xml
32 lines (32 loc) · 1.12 KB
/
app.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
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/14.0">
<id>hostsplus</id>
<name>hostsPlus</name>
<filename>hostsPlus</filename>
<versionNumber>1.0.2</versionNumber>
<versionLabel>1.0.2(build 20151021)</versionLabel>
<description>
<text xml:lang="en">hostsPlus is a editor for hosts file.</text>
<text xml:lang="zh-cn">hostsPlus是一个hosts增强编辑软件。</text>
</description>
<supportedProfiles>extendedDesktop desktop</supportedProfiles>
<initialWindow>
<content>index.html</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>false</visible>
<minimizable>true</minimizable>
<maximizable>true</maximizable>
<resizable>true</resizable>
<width>1024</width>
<height>768</height>
</initialWindow>
<icon>
<image16x16>icons/icon16.png</image16x16>
<image32x32>icons/icon32.png</image32x32>
<image48x48>icons/icon48.png</image48x48>
<image128x128>icons/icon128.png</image128x128>
</icon>
<customUpdateUI>false</customUpdateUI>
<copyright>Copyright Yanis Wang</copyright>
</application>